0.2.3 • Published 6 years ago

upsub v0.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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