imanel / websocket-ruby

Universal Ruby library to handle WebSocket protocol
447 stars 43 forks source link

support for deflate? #40

Open jgrosseo opened 5 years ago

jgrosseo commented 5 years ago

Thanks for your very useful package! I am wondering if compressed messages are supported? It doesn't seem like but maybe I overlooked something. There is a permessage_deflate rubygem but despite requiring also WebSockets I believe it is built for a different websockets implementation? Many thanks for any comment.