I have not found a reason to use Simplex if you are doing WebRTC. Instead of Nostr -> SimpleX -> WebRTC, you might as well just do Nostr -> WebRTC. It's one less point of attack.
Login to reply
Replies (4)
The point of simplex is the async queues which you can’t replace with p2p tech. Nostr is missing the ephemeral push-pull queue idea
What's the niche of the vanilla SimpleX client for Nostronauts from your point of view? #asknostr
Async queues could fit nicely into relays. The queues are a really interesting solution in my opinion and I wonder where is that applicable in Bitcoin or Nostr space...
I agree async queues could just be implemented in Nostr but I don't see a need for async queues at the moment. But maybe I am missing something...