Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinterloper/vxc
command line client for Vert.x event bus tcp bridge
https://github.com/cinterloper/vxc
Last synced: 18 days ago
JSON representation
command line client for Vert.x event bus tcp bridge
- Host: GitHub
- URL: https://github.com/cinterloper/vxc
- Owner: cinterloper
- Created: 2016-07-05T03:50:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T20:52:07.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T14:55:40.293Z (24 days ago)
- Language: Go
- Homepage: http://vertx.io
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- vertx-awesome - CLI - Command-line binary client for Vert.x event bus - pipe in JSON, emit JSON. (Vert.x Event Bus Clients)
README
This is a command line client for the Vert.x event bus, and will connect to the TCP event bus bridge
you can pipe a message into it, and it will send it to the channel you name
you can listen on a channel, and it will output the messages line by line
usage: vxc [--connect CONNECT] [--channel CHANNEL] [--listen] [--publish]
options:
--connect CONNECT, -c CONNECT
connect to host:port
--channel CHANNEL, -n CHANNEL
channel name
--listen, -l listen
--publish, -p publish
--help, -h display this help and exit