diff --git a/README.md b/README.md index ed100968..344a2e6f 100644 --- a/README.md +++ b/README.md @@ -1039,6 +1039,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## WebSockets * [Socket.io](https://github.com/socketio/socket.io) The most widely used WebSocket library for real-time applications. Supports auto-reconnection, rooms, and fallbacks (e.g., polling). +* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js. ## Misc