Sign inSign up

byrnedo/nats-cli

By byrnedo

Updated about 9 years ago

Nats client for request, pub and sub.

Image
0

5.7K

byrnedo/nats-cli repository overview

nats cli

Go Application that combines nats sub and pub

Download

go get github.com/starkandwayne/nats

Actions

Pub

Publish a message on a subject

Sub

Subscribe to a subject and await messages

Request

Publish a message and await reply

Usage

  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>

Tag summary

Content type

Image

Digest

Size

252.2 MB

Last updated

about 9 years ago

docker pull byrnedo/nats-cli