Open aantron opened 2 years ago
WebSocket over HTTP/2 (RFC 8441) should be a more efficient way to do WebSockets, because it can multiplex multiple WebSockets onto one TCP connection using HTTP/2 streams. Now that Chrome supports it, it's probably worth implementing.
related https://github.com/anmonteiro/ocaml-h2/issues/222
WebSocket over HTTP/2 (RFC 8441) should be a more efficient way to do WebSockets, because it can multiplex multiple WebSockets onto one TCP connection using HTTP/2 streams. Now that Chrome supports it, it's probably worth implementing.