Synchronization of observables over multiple protocols
MIT License
4
stars
0
forks
source link
readme
brisky-hub
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
})