Add compression support to websockets
Closed this issue · 2 comments
rxdiscovery commented
Hello,
It would be very useful to add compression support to websocket to optimize bandwidth,
here's the header that must be interpreted to activate compression
Sec-WebSocket-Extensions: permessage-deflate
Thanks in advance.
chrislearn commented
salvo does not implement websocket directly, it depends on tokio-tungstenite, so this requires tokio-tungstenite to provide support.
rxdiscovery commented
@chrislearn Thank you very much for your responsiveness, I'll look into it.