1.0.31 • Published 4 years ago

@nomiclabs/websocket v1.0.31

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

WebSocket Client & Server Implementation for Node

This is a fork of websocket@1.0.31. 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.