Skip to content

Commit 21e2d77

Browse files
feat: Add ws to Websockets section (#921)
* feat: Add WS to Websockets section * rename WS to ws * update ws --------- Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
1 parent 8923a7d commit 21e2d77

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
@@ -1041,6 +1041,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10411041
## WebSockets
10421042

10431043
* [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).
1044+
* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js.
10441045

10451046
## Misc
10461047

0 commit comments

Comments
 (0)