jb55 on Nostr: It is my belief that a local relay is critical for the success of outbox model. We ...
It is my belief that a local relay is critical for the success of outbox model. We don’t have to worry about the results of random relays messing up our UI by via bogus query responses. The networking code can do whatever model it wants (relay pool, outbox, inbox). The developer only talks to the local relay and doesn’t know or care how the notes got there.
Sorry for quote replying but I think these are good questions and want to share my thoughts
Sorry for quote replying but I think these are good questions and want to share my thoughts
quoting note1u6h…8xurIs this way of developing related to the "outbox" model? I am unfamiliar with this as well and only recently started seeing it mentioned.