We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent91f34a7 commite6fb843Copy full SHA for e6fb843
README.md
@@ -140,4 +140,15 @@ to nhooyr.io/websocket.
140
[gobwas/ws](https://github.com/gobwas/ws) has an extremely flexible API that allows it to be used
141
in an event driven style for performance. See the author's[blog post](https://medium.freecodecamp.org/million-websockets-and-go-cc58418460bb).
142
143
-However when writing idiomatic Go, nhooyr.io/websocket will be faster and easier to use.
+However it is quite bloated. Seehttps://pkg.go.dev/github.com/gobwas/ws
144
+
145
+When writing idiomatic Go, nhooyr.io/websocket will be faster and easier to use.
146
147
+####lesismal/nbio
148
149
+[lesismal/nbio](https://github.com/lesismal/nbio) is similar to gobwas/ws in that the API is
150
+event driven for performance reasons.
151
152
+However it is quite bloated. Seehttps://pkg.go.dev/github.com/lesismal/nbio
153
154