I think #[2]​ could run their protocol on Nostr relays, if we wrote a nip for them. The SimpleX core protocol spec was made to run on top of any reliable queue. #[3]​ what do you think?

Replies (1)

Interesting idea. I think redundancy support in the client is needed to make it reliable/useful… Re any queue - any sequential transport, e.g. there is implementation that wraps SMP into WebSocket frames, we just don’t use it yet, and it’s easy to wrap in any block transport - SMP uses fixed size blocks. Happy to brainstorm it further.