Closed
Description
Specification
This issue is an epic for tracking the pending work for the Websockets
code.
Specifically an extraction of the behaviour to js-ws
which behave similarly to js-quic
.
Additional context
- Related Updating
TLSconfig
forWebSocketServer
Polykey#511 - Related More complex error codes logic for closing WebSocketConnections/WebSocketStreams #4
- Related Replace
uws
withws
Polykey#540 - Related IPv6 Support Polykey#400
Tasks
- 1. Test the backpressure from both client and server
- 2. Ensure
WebSocketStream
exists and we can mux and demux on top of a singleWebSocketConnection
- 3. Make
WebSocketConection
equivalent toQUICConnection
, but as a 1 to 1 toWebSocket