Toki - A C# Fediverse server. (github.com)
from prefetcher@sh.itjust.works to fediverse@lemmy.ml on 12 Apr 2024 18:11
https://sh.itjust.works/post/17728543

Hi!

For the past ~2 months I’ve been working on my own implementation of an ActivityPub server, as a personal challenge. It’s finally come to the point where I could set up a public federation testing instance (testpilot.shinolabs.com) which surprisingly just works.

While it doesn’t have a frontend yet (due to my severely lacking skills), Toki supports the Mastodon API set, allowing most fedi clients to connect to it.

It’s been a wild journey going from barely understanding ActivityPub and ActivityStreams to having something that actually federates and allows me to talk with the wider Fediverse network. It’s been something I wanted to do since at least 2018, but only now really took the steps to properly attempt it.

I’d love to hear any suggestions or potential bugs people can find (contributions are also welcome ^^)!

Cheers :)

#fediverse

threaded - newest

breadsmasher@lemmy.world on 12 Apr 2024 19:01 next collapse

Nice, congratulations for completing a personal project. One day I also hope to complete a personal project.

What reference material did you use to build it? As in like the activitypub specification

prefetcher@sh.itjust.works on 12 Apr 2024 20:05 collapse

Hi, thank you so much!!

For learning ActivityPub I’ve used a ton of resources actually, but the ones that were the most helpful to me were:

additionally

and a ton of code reading of other AP projects :)

janNatan@lemmy.ml on 12 Apr 2024 20:38 next collapse

Pona!

ClearCutCoconut@lemmy.world on 13 Apr 2024 02:02 collapse

This is really cool! Congrats on bringing it to completion. I would love to do something similar one day 😁

prefetcher@sh.itjust.works on 13 Apr 2024 13:03 collapse

Thank you!!