We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ee476 commit 9a42957Copy full SHA for 9a42957
README.md
@@ -51,3 +51,8 @@ ws.AddEventListener("error", false, onError)
51
err = ws.Close()
52
// ...
53
```
54
+
55
+Alternatives
56
+------------
57
58
+- [`nhooyr.io/websocket`](https://nhooyr.io/websocket) - WebSocket library with WebAssembly support.
0 commit comments