From 00ee42dc97e2707608457c6d5e758320e56413de Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 09:29:38 +0100 Subject: [PATCH 1/3] feat: Add WS to Websockets section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed100968..05ca42a2 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) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested. ## Misc From bfdd316ee6aa16d448b43761c9c539528483ac83 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 14:29:51 +0100 Subject: [PATCH 2/3] rename WS to ws --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ca42a2..a8c0b186 100644 --- a/README.md +++ b/README.md @@ -1039,7 +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) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested. +* [ws](https://github.com/websockets/ws) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested. ## Misc From 0c67f3e33aae33407c9ef7de9ffcae58fa9037df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Tue, 27 May 2025 14:12:14 +0200 Subject: [PATCH 3/3] update ws --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8c0b186..344a2e6f 100644 --- a/README.md +++ b/README.md @@ -1039,7 +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) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested. +* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js. ## Misc