File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,15 @@ to nhooyr.io/websocket.
140140[ gobwas/ws] ( https://github.com/gobwas/ws ) has an extremely flexible API that allows it to be used
141141in an event driven style for performance. See the author's [ blog post] ( https://medium.freecodecamp.org/million-websockets-and-go-cc58418460bb ) .
142142
143- However when writing idiomatic Go, nhooyr.io/websocket will be faster and easier to use.
143+ However it is quite bloated. See https://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. See https://pkg.go.dev/github.com/lesismal/nbio
153+
154+ When writing idiomatic Go, nhooyr.io/websocket will be faster and easier to use.
You can’t perform that action at this time.
0 commit comments