diff --git a/README.md b/README.md index 21570ea..3ec2abc 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ ws.AddEventListener("error", false, onError) err = ws.Close() // ... ``` + +Alternatives +------------ + +- [`nhooyr.io/websocket`](https://nhooyr.io/websocket) - WebSocket library with WebAssembly support.