Update README.md

This commit is contained in:
jmikedupont2 2019-07-20 09:53:16 -04:00 committed by GitHub
parent 320599f559
commit 4fc418536d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Simple example of implementing ActivityPub.
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An example of ActivityPub server implementation written in Python.
* [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado.
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
* *inactive* *no code* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.
* [dariusk/express-activitypub](https://github.com/dariusk/express-activitypub) - A very simple reference implementation of an ActivityPub server using Express.js.
* [CommonsPub](https://commonspub.org/) - A generic federated server, written in Elixir.