ah, i didn't know that MCP uses SSE. nice. CVM is basically MCP over nostr, so it has websockets instead. SSE is cool, and most browsers understand it now, since a few years. the whole nostr server protocol could be made into http/2 and idk what progress is on http/3 but that takes it up another notch witih connection request multiplexing.

Replies (1)

oh yeah, http/3 also has WebTransport, which is the QUIC (replacement for TCP) based websocket protocol. the big advantage of when we can migrate to http/3 and webtransport is that relay's network latency will drop substantailly, meaniing closer to realtiime, and this will enable stuff like google docs style collaborative text editing using nostr events, with very little lag compared to now over tcp.