WSMQ
Web Socket Message Queue (WSMQ) allows you to send and recieve messages to and from your clients on your website.
Getting Started
Installing
npm install -g wsmq
Usage
wsmq start --nodes ws://127.0.0.1:8081;ws://127.0.0.1:8082 --port 8080
Usage: start [options]
Options:
-n --nodes <nodes> Nodes
-p --port <port> Port
-h, --help output usage information
Uninstalling
npm uninstall -g wsmq