From 21e2d7758b3b98081f1313403dfdc645fff3e0ba Mon Sep 17 00:00:00 2001 From: WILLIAMS EZE Date: Tue, 27 May 2025 13:25:10 +0100 Subject: [PATCH] feat: Add ws to Websockets section (#921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Add WS to Websockets section * rename WS to ws * update ws --------- Co-authored-by: Gökay Gürcan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02758cb..32d4058 100644 --- a/README.md +++ b/README.md @@ -1041,6 +1041,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