Oddbean new post about | logout
 So, the http is just a protocol right? which means that ws:// is another. If I'm not mistaken, webrtc is also a different protocol. Nostr itself is a protocol over ws (web sockets).
To send and receive binary over the wire all you need is to define the layer (for example TCP or UDP) and then select a protocol or make your own.