https://github.com/upsub/cli
Command line interface for UpSub
https://github.com/upsub/cli
cli message-bus real-time upsub websocket
Last synced: 4 months ago
JSON representation
Command line interface for UpSub
- Host: GitHub
- URL: https://github.com/upsub/cli
- Owner: upsub
- License: mit
- Created: 2018-03-15T15:10:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T22:53:43.000Z (over 7 years ago)
- Last Synced: 2025-10-05T16:42:15.849Z (9 months ago)
- Topics: cli, message-bus, real-time, upsub, websocket
- Language: JavaScript
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UpSub
Listen or send messages to the [Dispatcher](https://github.com/upsub/dispatcher)
from the terminal.
### Install
```sh
npm install -g upsub
```
### Usage
```sh
# Send a message
upsub
# Listen for messages
upsub
# Set host and port
upsub -h wss://dispatcher.service.com -p 443
```