Added two items.

- Rustodon in Platforms
- ActivityPub Example in Implementations
This commit is contained in:
Basix 2018-06-09 19:40:05 +09:00
parent 07735df35f
commit 37d46d428f
No known key found for this signature in database
GPG Key ID: DB6898D20F92613C
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* [Mastodon](https://joinmastodon.org/) - Microblogging service based on ActivityPub and OStatus protocol.
* [Pleroma](https://pleroma.social/) - Lightweight microblogging service based on ActivityPub and OStatus protocol.
* [Aardwolf](https://aardwolf.social/) - Macroblogging social network based on ActivityPub.
* [Rustodon](https://github.com/rustodon/rustodon) - A Mastodon-compatible, ActivityPub-speaking server in Rust.
* [Hubzilla](https://project.hubzilla.org) - Macroblogging social network supports Zot, OStatus, diaspora, ActivityPub.
* [Misskey](https://github.com/syuilo/misskey) - Microblogging service based on ActivityPub.
* [PeerTube](https://github.com/Chocobozzz/PeerTube) - Video streaming platform with ActivityPub and WebTorrent.
@ -31,6 +32,7 @@
## Implementations
* [Kroeg](https://github.com/puckipedia/Kroeg) - ActivityPub server implementation written in C#.
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An exmaple of ActivityPub server implementation written in Python.
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
## Libraries