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/
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
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/
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.