top | item 40429990

(no title)

jron | 1 year ago

Unlike web scraping where spaghetti logic is required to follow abstracted JS links, archival of nostr events can be as simple as running a relay and mirroring blog content.[1][2] nostr does a lot of what NNTP did but with additional flexibility.

[1] https://logperiodic.com/rbsr.html#nostr

[2] https://github.com/hoytech/strfry/blob/master/docs/negentrop...

discuss

order

troupo|1 year ago

For that you will need to connect to all relays in existence, right?

dtonon|1 year ago

Not necessarily, the gossip/outbox model (NIP-65) tells clients which relays they should check:

https://mikedilger.com/gossip-model/

It is of course possible to combine this approach with undifferentiated access to well known relays, to fetch content from not followed people.