websocket@1.0.35
// Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.
$ npm install websocket
downloads/wk
1,495,141
license
Apache-2.0
version
1.0.35
published
May 12, 2024
What is websocket?
The websocket package is a Node.js library that implements the WebSocket protocol (RFC 6455) for building real-time bidirectional communication between clients and servers. Developers use it to create WebSocket servers and clients that enable efficient, low-latency message exchange without the overhead of repeated HTTP connections. It's useful for applications requiring live updates, real-time notifications, or continuous data streaming.
Links
Keywords
Dependencies (6)
Maintainers
theturtle32