upsub
v0.2.3
Published
Command line interface for UpSub
Downloads
4
Maintainers
Readme
UpSub
Listen or send messages to the Dispatcher from the terminal.
Install
npm install -g upsub
Usage
# Send a message
upsub <channel> <payload>
# Listen for messages
upsub <channel>
# Set host and port
upsub -h wss://dispatcher.service.com -p 443