recon-ws
v1.0.0
Published
Auto reconnecting websocket client
Downloads
18
Maintainers
Readme
recon-ws
Auto reconnecting websocket client.
Install
npm install recon-ws
Usage
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 <[email protected]>
Tips
Like this? Send bitcoins to 1abrknajSFpnz7MHjLkVnuvCbwd96wSYt
License
ISC