94Toki - A C# Fediverse server. github.comc/fediverse · by prefetcher@sh.itjust.works · 2y · 18 comments
35Toki - A C# Fediverse server. github.comc/fediverse · by prefetcher@sh.itjust.works · 2y · 5 comments
on Toki - A C# Fediverse server. · c/fediverse · 2 pts · 2yThat's real cool! You can reach me on fedi @prefetcher@miku.place, matrix @prefetcher:tchncs.de or XMPP prefetcher@hollow.capital :)
on Toki - A C# Fediverse server. · c/fediverse · 5 pts · 2yHonestly the name just kinda randomly crossed my mind as I had just bought a toki pona book back then. I thought it fit and I adopted the name for my project :) Glad people like it too!
on Toki - A C# Fediverse server. · c/fediverse · 6 pts · 2yC2S is definitely planned in the future (even wrote a blogpost about it https://blog.nanoshinono.me/on-the-topic-of-activitypub-c2s-or-how-to-design-an-alright-protocol-and-have), wanted to get MastoAPI in first, only to have something with wider application support so I can more thoroughly test how the server functions :)
on Toki - A C# Fediverse server. · c/fediverse · 8 pts · 2yHi, 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: https://tinysubversions.com/notes/reading-activitypub/ (reading the specs) https://socialhub.activitypub.rocks/t/guide-for-new-activitypub-implementers/479 (general activitypub knowledge) https://seb.jambor.dev/posts/understanding-activitypub/ (understanding the protocol flow and quirks of software) https://iceshrimp.dev/iceshrimp/iceshrimp.net (code examples from a real project) https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/ (implementing a very basic activity sending flow and HTTP signatures) additionally https://docs.joinmastodon.org/ (the mastoapi implementation) https://oauth.net/2/ (oauth2 spec for mastoapi) and a ton of code reading of other AP projects :)
That's real cool!
You can reach me on fedi @prefetcher@miku.place, matrix @prefetcher:tchncs.de or XMPP prefetcher@hollow.capital :)
Thank you!!
Honestly the name just kinda randomly crossed my mind as I had just bought a toki pona book back then. I thought it fit and I adopted the name for my project :)
Glad people like it too!
Thanks :)
Thank you :)
Thank you!!
C2S is definitely planned in the future (even wrote a blogpost about it https://blog.nanoshinono.me/on-the-topic-of-activitypub-c2s-or-how-to-design-an-alright-protocol-and-have), wanted to get MastoAPI in first, only to have something with wider application support so I can more thoroughly test how the server functions :)
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 :)