Skip to content

Commit 00ee42d

Browse files
committed
feat: Add WS to Websockets section
1 parent 5fe2379 commit 00ee42d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10391039
## WebSockets
10401040

10411041
* [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).
1042+
* [WS](https://github.com/websockets/ws) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested.
10421043

10431044
## Misc
10441045

0 commit comments

Comments
 (0)