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

Fediverse

757 readers
2 users here now

A community dedicated to fediverse news and discussion.

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

Getting started on Fediverse;

founded 4 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 2 comments
sorted by: hot top controversial new old
[โ€“] jnj@lemmy.ca 2 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.

[โ€“] deadsuperhero@lemmy.ml 1 points 1 year ago

TL;DR, each user is an Actor, which has an inbox for receiving objects and activities, and an outbox for sending them. The objects are essentially structured metadata that various actions can be performed on. When you respond to a status, for example, your Actor is performing a Reply activity and sends out a Note object. Following another Actor, on the other hand, would be your Actor sending another Actor a Follow activity.

This implementor's guide might be helpful to understand some of what's going on underneath the hood: https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers

Some useful specs can be found here: