From what I understand of web transport:
- modern browsers, except safari, has built-in support for web transport, at some level
- because http3 is another connection oriented protocol (abstraction built on top of UDP), it's possible to given server-side full control of the connection: its lifecycle, data on the protocol
- it will be like what we provided for websocket
- how socket.io provides support for web transport
From what I understand of web transport: