Hacker News new | ask | show | jobs
by mkr-hn 1811 days ago
Is there any implementation that doesn't require a server-side component? One big appeal of RSS is it's plain old XML that can come from anything over HTTP.
1 comments

ActivityPub is the part that requires server-side logic. ActivityStreams is a more basic layer that can be entirely static or even serverless, and ActivityPub is built on it.