this post was submitted on 18 Jun 2023
5 points (85.7% liked)
Elixir
517 readers
2 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not knowing, but guessing that ActivityPub is using some common of pub sub pattern, i agree it’d probably be a good application for OTP.
Do you know more about the underlying mechanics?
I'm reading through the spec now, here: https://www.w3.org/TR/activitypub/. Basically every user has an Inbox and an Outbox, and updates from a user's Outbox are added to relevant users' Inboxes. I also found an Elixir ActivityPub library here: https://github.com/bonfire-networks/activity_pub