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:
parent
8923a7dd5e
commit
21e2d7758b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue