this post was submitted on 13 Jun 2023
4 points (100.0% liked)

Fediverse

17776 readers
17 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 5 years ago
MODERATORS
 

Can anyone recommend a good article or video explaining how ActivityPub works on a technical level? I understand the concept, but I'm interested how the protocol actually works (I am studying CS for context).

top 4 comments
sorted by: hot top controversial new old
[–] mrmanager 1 points 1 year ago (1 children)

Activitypub uses ordinary web protocols like https to make requests between servers. It's all quite simple.

This document is quite detailed: https://www.w3.org/TR/activitypub/

[–] solor@feddit.de 1 points 1 year ago (1 children)

Thanks, it is indeed quite simple. I guess the part that confused me was how lemmy communities are modeled. Apparently, they are just actors of type group and submitting a post is simply sending an activity to the group and its followers. So, the email comparison makes sense after all.

[–] mrmanager 1 points 1 year ago

Yeah I think it's beautiful. And because of the simplicity, I think the fediverse will take off and many new apps will come. Probably used by techies in the beginning but as soon as some big company makes something, everyone will start to use it.

[–] jnj@lemmy.ca 1 points 1 year ago

I'd imagine your best bet is reading through the w3c spec if you want protocol details. I think reading it directly is probably approachable enough for a CS student and should be a good exercise.