blaze
blaze copied to clipboard
Websocket compression support (`permessage-deflate` / RFC RFC 7692)
It would be great if websockets (server-side) could support the permessage-deflate extension, which provides compression for websocket frames. It's described in RFC 7692 and is currently implemented client-side in at least Chrome, possibly others.
+1
I'll add a followup to do this for the Ember Server implementation of WebSockets as well