good morning!!!!

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

Improve comparison to gorilla

parent 58864f67
Branches
Tags
No related merge requests found
...@@ -112,8 +112,8 @@ https://github.com/gorilla/websocket ...@@ -112,8 +112,8 @@ https://github.com/gorilla/websocket
The implementation of gorilla/websocket is 6 years old. As such, it is The implementation of gorilla/websocket is 6 years old. As such, it is
widely used and very mature compared to nhooyr.io/websocket. widely used and very mature compared to nhooyr.io/websocket.
On the other hand, it has accumulated cruft over the years. There are too many ways to do On the other hand, it has grown organically and now there are too many ways to do
the same thing. Just compare the godoc of the same thing. Compare the godoc of
[nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with [nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with
[gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side. [gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment