From 5747dc037fc1642ff45e704a190c06e926613375 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 18 Dec 2022 13:36:00 +0100 Subject: [PATCH] Add ActivityPub-Core to libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f651a20..19578a1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt * :heavy_check_mark: [**ActivityPub Express**](https://github.com/immers-space/activitypub-express): Modular ActivityPub implementation as Express.js middleware to easily add decentralization and federation to Node apps `-, Javascript` +* [**ActivityPub-Core**](https://github.com/michaelcpuckett/activitypub-core): An attempt to build a spec-compliant ActivityPub core library. `MIT, Typescript` + * :heavy_check_mark: [**ActivityPub-Federation**](https://github.com/LemmyNet/activitypub-federation-rust): A high-level framework for ActivityPub federation in Rust, extracted from Lemmy. `AGPL-3.0, Rust` * :heavy_check_mark [**ActivityPub Models**](https://github.com/activitypub-js/activitypub-models) - "ActivityPub JS/TS models with docs `TypeScript, -`