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>
This commit is contained in:
WILLIAMS EZE 2025-05-27 13:25:10 +01:00 committed by GitHub
parent 8923a7dd5e
commit 21e2d7758b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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