We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433c00d commit 1fcb39cCopy full SHA for 1fcb39c
README.md
@@ -107,9 +107,11 @@ production.
107
108
https://github.com/gorilla/websocket
109
110
-This package is the community standard but it is 6 years old and over time
111
-has accumulated cruft. There are too many ways to do the same thing.
112
-Just compare the godoc of
+The implementation of gorilla/websocket is 6 years old. As such, it is
+widely used and very mature compared to nhooyr.io/websocket.
+
113
+On the other hand, it has accumulated cruft over the years. There are too many ways to do
114
+the same thing. Just compare the godoc of
115
[nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with
116
[gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side.
117
0 commit comments