good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 7196626d authored by Anmol Sethi's avatar Anmol Sethi
Browse files

More gentle comparison

I feel like this sentence was too much.
parent dfda8a7d
No related branches found
No related tags found
No related merge requests found
...@@ -117,8 +117,6 @@ only 1400 lines whereas gorilla/websocket is at 3500 lines. That's more code to ...@@ -117,8 +117,6 @@ only 1400 lines whereas gorilla/websocket is at 3500 lines. That's more code to
The future of gorilla/websocket is also uncertain. See [gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370). The future of gorilla/websocket is also uncertain. See [gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370).
Pure conjecture but I would argue that the sprawling API has made it difficult to maintain.
Moreover, nhooyr/websocket has support for newer Go idioms such as context.Context and Moreover, nhooyr/websocket has support for newer Go idioms such as context.Context and
also uses net/http's Client and ResponseWriter directly for WebSocket handshakes. also uses net/http's Client and ResponseWriter directly for WebSocket handshakes.
gorilla/websocket writes its handshakes to the underlying net.Conn which means gorilla/websocket writes its handshakes to the underlying net.Conn which means
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment