
An implementation of the WebSocket API for NodeJS.
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455.
Node.js is an event-based server-side JavaScript engine.