realizehit-client-ws
realizehit WS Client
Usage
Run as NPM module
npm i -g realizehit-client-ws
var WSClient = var client = 'ws://realizehit.example.com/' // Publish something coolclient // Save subscription instead of chainingvar subscription = client if subscription subscription
Run from the command-line (WIP)
Not developed, just an idea, want to develop it?
Contributing
git clone https://github.com/realizehit/client-ws.js.gitcd client-ws.jsnpm installnpm test