You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSocket messages are uncompressed by default, which wastes a lot of bandwidth for text content. RFC 7692 specifies a protocol extension that adds deflate compression. This behavior is strictly opt-in and supported by all major browser vendors.
💡 Idea
WebSocket messages are uncompressed by default, which wastes a lot of bandwidth for text content. RFC 7692 specifies a protocol extension that adds deflate compression. This behavior is strictly opt-in and supported by all major browser vendors.
💻 Target components
Enabling this on the server side should be sufficient: https://pkg.go.dev/github.com/gorilla/websocket#hdr-Compression_EXPERIMENTAL
The text was updated successfully, but these errors were encountered: