> I'm working on a simple protocol capable of tunneling TCP/UDP over WebSockets. Basically you can think of it as a way of providing QUIC/WebTransport functionality over WebSockets (multiple streams, backpressure, datagrams, etc). Reference implementation is in Go. Feel free to reach out if it might be useful.