From 37d46d428f9739461f5eea8ed3cb1575c5eb589a Mon Sep 17 00:00:00 2001 From: Basix Date: Sat, 9 Jun 2018 19:40:05 +0900 Subject: [PATCH] Added two items. - Rustodon in Platforms - ActivityPub Example in Implementations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 178b487..e793c4e 100644 --- a/README.md +++ b/README.md @@ -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