We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfda8a7 commit 7196626Copy full SHA for 7196626
README.md
@@ -117,8 +117,6 @@ only 1400 lines whereas gorilla/websocket is at 3500 lines. That's more code to
117
118
The future of gorilla/websocket is also uncertain. See [gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370).
119
120
-Pure conjecture but I would argue that the sprawling API has made it difficult to maintain.
121
-
122
Moreover, nhooyr/websocket has support for newer Go idioms such as context.Context and
123
also uses net/http's Client and ResponseWriter directly for WebSocket handshakes.
124
gorilla/websocket writes its handshakes to the underlying net.Conn which means
0 commit comments