Skip to content

upsub/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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