Auto reconnecting websocket client
npm install recon-wsrecon-ws
===
Auto reconnecting websocket client.
Install
---
npm install recon-ws
Usage
---
``javascript
``
var ReconWs = require('recon-ws')
var ws = new ReconWs('wss://localhost')
ws.on('message', function(msg) {
console.log('<-- %s', msg)
})
ws.send('Hello world!')
Author
---
Andreas Brekken <a@abrkn.com>
Tips
---
Like this? Send bitcoins to 1abrknajSFpnz7MHjLkVnuvCbwd96wSYt

License
---
ISC