@nomiclabs/websocket
v1.0.31
Published
Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.
Downloads
6
Readme
WebSocket Client & Server Implementation for Node
This is a fork of [email protected]
. Please refer
to it's repository for its documentation.
Fork explanation
The reason for this fork is that websocket
recompiles a a few C
modules every time it's installed. This fork uses a NAN-based of
those modules instead, which doesn't require recompiling.
This fork won't be relevant once this websocket
PR gets merged.