(no title)
pthatcherg | 1 year ago
I also think calling the WebTransport API complex is overblown. If you don't want the more advanced things, you can ignore them. If you want to use it like a WebSocket, just open one bidirectional stream and you're basically done. If you want to avoid head-of-line blocking, just open a stream for every message. It's a little more complex, but it's not the kind of thing you need a library for. Github Copilot will probably write the code for you. It's true there aren't as many server libraries out there yet, since WebTransport is still maturing. And we're waiting for Safari to add support.
cyanydeez|1 year ago
Huh. The signalling server is implemented in websocket, typically.
It cant be implemented in webrtc unless you propose a existing decentralization of existing clients to boostrap'