Add ActivityStreams to Libraries (C# implementation)

This commit is contained in:
Arnold Schrijver 2022-11-28 09:11:01 +01:00
parent 4babd48907
commit f88ebb354e

View file

@ -76,6 +76,8 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt
* :heavy_check_mark: [**ActivityStreams**](https://github.com/OpenSocial/activitystreams): Full ActivityStreams 1.0 and 2.0 reference implementation in Java. `Apache-2.0, Java`
* [**ActivityStreams**](https://github.com/KristofferStrube/ActivityStreams): A .NET implementation of the Activity Streams vocabulary in the form of classes that can be serialized using System.Text.Json `MIT, C#`
* :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`