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
- JSON and protobuf helpers in the [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) and [wspb](https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages
21
21
- Zero alloc reads and writes
22
22
- Concurrent writes
@@ -112,7 +112,6 @@ Advantages of nhooyr.io/websocket:
112
112
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
113
113
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
114
114
- Gorilla only supports no context takeover mode
115
-
- We use [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
0 commit comments