update ws

This commit is contained in:
Gökay Gürcan 2025-05-27 14:12:14 +02:00 committed by GitHub
parent bfdd316ee6
commit 0c67f3e33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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