Hi all,
The latest version of WebSocket compression extension "permessage-deflate" is available on pywebsocket and Chromium now.
On Chromium trunk build or Chrome canary release, you can turn it on here
chrome://flags#enable-websocket-experimental-implementation
permessage-deflate compresses each message using DEFLATE algorithm.
See HyBi WG for more detail about the spec
Thanks