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 163624a commit eebb6d8Copy full SHA for eebb6d8
README.md
@@ -112,6 +112,10 @@ See [example_test.go](example_test.go) for more examples.
112
113
## Comparison
114
115
+While I believe nhooyr/websocket has a better API than existing libraries,
116
+both gorilla/websocket and gobwas/ws were extremely useful in implementing the
117
+WebSocket protocol correctly so big thanks to the authors of both.
118
+
119
### gorilla/websocket
120
121
https://github.com/gorilla/websocket
0 commit comments