-
Notifications
You must be signed in to change notification settings - Fork 111
Compression support #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@stuta Do you know any of the mainstream web browsers already support this per-message compression extension? |
http://stackoverflow.com/questions/19298651/how-does-websocket-compress-messages "Some of the extensions seen in the wild: x-webkit-deflate-frame - an early proposed compression that compresses each raw websocket data frame. Seen in use by Chrome and Safari. So Safari, Chrome and Chrome Canary have something. Javascript impelementations of compression algorithms are very slow. I don't care what kind of compression technique is used, but something is needed. I'm sure this will come soon and it will be huge benifit when trasferring big amounts of json data. I'm redy to do performance tests with Chrome Canary or with any other browser. |
@stuta Thank you for the information. It'll be great if you can create your own git branch and experiment with the compression extension. |
A good article about the issue: http://www.igvita.com/2013/11/27/configuring-and-optimizing-websocket-compression/ |
Hello. I write extension plugin manager for websocket and permessage-deflate extension. I test it with my websocket implementation and it pass all AutoBahn tests (client and server). |
@moteus Pull requests welcome. |
Compression support integrated in this library would be great. Meanwhile do anyone have an example using compression with this library in conjunction with a plugin like @moteus's extension? |
Hello.
Is it possible to get some kind of data compression like in the link below? Json payload can be very big and native compression (in browser side) woud be abolutely fanstastic.
http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-13
The text was updated successfully, but these errors were encountered: