anmonteiro / httpun-ws

Other
27 stars 14 forks source link

Support WebSocket over HTTP/2 (RFC 8441) #38

Open aantron opened 2 years ago

aantron commented 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.

anmonteiro commented 1 year ago

related https://github.com/anmonteiro/ocaml-h2/issues/222