websocket-cluster
v0.6.12
Published
Cluster-targetted websocket library with same-instance reconnect
Downloads
8
Readme
websocket-cluster
Cluster-targetted websocket library with same-instance reconnect
Install
npm install --save websocket-cluster
Why
Stream-wrapped websocket connections usually die without the possibility to reconnect and continue. This package tries to provide a websocket library more resilient to failed connections, even when a load-balancer connects you to a different machine.
TODO
- cross-server communication
- finish readme (explain diff to ws