Hey, everyone who follows me who is hacking on somethigna round ActivityPub/fediverse — please reply here and share a link to your app/GitHub/Glitch! Would love to show off all the creativity that's happening right now. (And please boost so your friends can share their projects too.)
@anildash I've built a toy/hack Node.js #ActivityPub server which exposes (some of) the #MastodonAPI in the front end. That means you can connect to it with a Mastodon client app and send/receive messages. It's helped me figure out how this stuff works and hopefully will help others understand too https://github.com/ringtailsoftware/cubiti
GitHub - ringtailsoftware/cubiti: cubiti is a toy Fediverse server written in Node.js

cubiti is a toy Fediverse server written in Node.js - GitHub - ringtailsoftware/cubiti: cubiti is a toy Fediverse server written in Node.js

GitHub
@tobyjaffey @anildash awesome! I need to learn how the client api works!! Thank you!!!
@tobyjaffey @anildash I’ll look into it later. Really interesting
@tobyjaffey @anildash Ah interesting. I've been thinking of Mastodon as an ActivityPub implementation, but in practice, it sounds like it also defines a higher-level open API that supports other clients.