From 7801f3642809a997a81d0b0dc52113bfebbd79d9 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Thu, 29 Jul 2021 11:23:40 +0000 Subject: [PATCH] Add ActivityServe to libraries --- Watchlist-for-ActivityPub-developer-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Watchlist-for-ActivityPub-developer-resources.md b/Watchlist-for-ActivityPub-developer-resources.md index d47e8d6..5c2b008 100644 --- a/Watchlist-for-ActivityPub-developer-resources.md +++ b/Watchlist-for-ActivityPub-developer-resources.md @@ -46,6 +46,8 @@ * :heavy_check_mark: [**ActivityStreams**](https://github.com/OpenSocial/activitystreams): Full ActivityStreams 1.0 and 2.0 reference implementation in Java. `Apache-2.0, Java` +* :black_nib: [**ActivityServe**](https://github.com/writeas/activityserve): A very light ActivityPub library in Go (used to power [pherephone](https://github.com/writeas/pherephone)) `MIT, Go` + * :heavy_check_mark: [**ActivityStreams-2**](https://github.com/gobengo/activitystreams2): ActivityStreams 2.0 library for Node.js and TypeScript. `Apache-2.0, Typescript` * :heavy_check_mark: [**astreams**](https://github.com/MatejLach/astreams) ([Fedi account](https://social.matej-lach.me/@MatejLach)): A hand-crafted implementation of the Activity Streams 2.0 specification in Go, especially suitable for projects implementing ActivityPub. `AGPL-3.0, Go`