If I wanted to mess around with ActivityPub c2s clients what's a server I can host that has support for it?
Post
If I wanted to mess around with ActivityPub c2s clients what's a server I can host that has support for it?
@tom I see others are pointing you in a similar direction, but funnily enough I tinkered with Social Web's ap-component test repo this afternoon!
Look at the sample client "acct-handler", too. That's what I tried today.
@box464 thanks! I was more looking for the server side but this is actually very helpful
@tom I'm slowly working on one, but it's completely unpaid work.
@thisismissem is that related to the stuff you were doing w/ PDSes a few weeks ago or are those separate projects?
@tom yeah, activitypds is the research project name, but there's a bunch of upstream work in Fedify to enable C2S in Fedify, and then also to enable reusing the Fedify vocabularies (they take JSON-LD and convert into classes that Fedify understands, and handles serialisation to JSON-LD)
@tom basically the things I'm trying to solve in ActivityPDS are:
- an OAuth profile (based on AT Proto's OAuth profile)
- webfinger & DIDs & Handles
- what should a "PDS" do in the context of ActivityPub C2S, how much logic does it implement, or is it just a simple pipe?
A space for Bonfire maintainers and contributors to communicate