Skip to content

Commit 1fcb39c

Browse files
committed
Mention how mature gorilla/websocket is in comparison
1 parent 433c00d commit 1fcb39c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ production.
107107

108108
https://github.com/gorilla/websocket
109109

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
110+
The implementation of gorilla/websocket is 6 years old. As such, it is
111+
widely used and very mature compared to nhooyr.io/websocket.
112+
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
113115
[nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with
114116
[gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side.
115117

0 commit comments

Comments
 (0)