1.1.12 • Published 7 years ago

brisky-hub v1.1.12

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

brisky-hub

Build Status js-standard-style npm version Coverage Status

Adds connectivity to vigour-state

var Hub = require('brisky-hub')
// creates a hub as a server and as a client (url and port)
var hub = new Hub({
  url: 'ws://someurl.com',
  port: 80 // some port
})