recon-ws

1.0.0 • Public • Published

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 <a@abrkn.com>

Tips

Like this? Send bitcoins to 1abrknajSFpnz7MHjLkVnuvCbwd96wSYt

1abrknajSFpnz7MHjLkVnuvCbwd96wSYt

License

ISC

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i recon-ws

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • abrkn