node-websocket

WebSocket implementation for NodeJS
  https://github.com/theturtle32/WebSocket-Node
  0
  no reviews



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.