This commit is contained in:
Marius Orcsik 2018-10-13 21:08:54 +00:00 committed by GitHub
commit 0624984cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Services supporting ActivityPub federation.
* [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog.
* [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub.
* [write.as](https://write.as/about) - A distraction-free writing space with ActivityPub support.
* [littr.go](https://github.com/mariusor/littr.go) - Federated brutalist link aggregation powered by ActivityPub.
## Implementations
Simple example of implementing ActivityPub.
@ -55,6 +56,7 @@ Simple example of implementing ActivityPub.
A little help for implementing ActivityPub.
* [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang.
* [activitypub.go](https://github.com/mariusor/activitypub.go) - Another Golang library for ActivityPub.
## Bridges
Connecting the ActivityPub federation with another federation.