Skip to content
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

WebSocket compression #566

Closed
kraih opened this issue Nov 27, 2013 · 1 comment
Closed

WebSocket compression #566

kraih opened this issue Nov 27, 2013 · 1 comment

Comments

@kraih
Copy link
Member

kraih commented Nov 27, 2013

Chrome 32 (currently Chrome Canary) will ship with support for permessage-deflate and i think this would make for a great Mojolicious feature.

http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression

Basic support shouldn't be too hard to implement, it could be handled transparently in Mojo::Transaction::WebSocket and doesn't require new APIs. More advanced features like configurable window size are optional and can be added as optimizations later on.

@kraih
Copy link
Member Author

kraih commented Nov 27, 2013

Here's also a nice article with more information about the topic. http://www.igvita.com/2013/11/27/configuring-and-optimizing-websocket-compression/

@kraih kraih closed this as completed in 83ebad4 Nov 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant