Skip to content

Commit 0caa997

Browse files
committedOct 19, 2023
Another README.md update
1 parent d91a212 commit 0caa997

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎README.md

+12-1
Original file line numberDiff line numberDiff 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
141141
in 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.

0 commit comments

Comments
 (0)
Please sign in to comment.