Go Application that combines nats sub and pub
go get github.com/starkandwayne/nats
Publish a message on a subject
Subscribe to a subject and await messages
Publish a message and await reply
nats pub [-s server] [--ssl] <subject> <msg>
or
nats sub [-s server] [--ssl] [-t] [-r] <subject>
or
nats req [-s server] [--ssl] [-t] [-r] [-w] <subject> <msg>
Content type
Image
Digest
Size
252.2 MB
Last updated
about 9 years ago
docker pull byrnedo/nats-cli