lbryio / cantina

2 stars 0 forks source link

Implement a server that displays claims as ActivityPub objects #4

Open orblivion opened 2 years ago

orblivion commented 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.

orblivion commented 1 year ago

Switching to https://github.com/go-ap/ starting by examining the example app https://github.com/go-ap/fedbox/