Open orblivion opened 2 years ago
Following this tutorial for this golang library:
https://go-fed.org/activitypub-tutorial
Implement a server that displays channels and streams as activitypub objects. It'll be a good boostrap into this library. We won't need a separate database yet since we only need that for additional social stuff. We'll need to talk to a LBRY hub.
Switching to https://github.com/go-ap/ starting by examining the example app https://github.com/go-ap/fedbox/
Following this tutorial for this golang library:
https://go-fed.org/activitypub-tutorial
Implement a server that displays channels and streams as activitypub objects. It'll be a good boostrap into this library. We won't need a separate database yet since we only need that for additional social stuff. We'll need to talk to a LBRY hub.