Difference between revisions of "NATS: Send your first message"
Jump to navigation
Jump to search
(Created page with " nats-server : go get github.com/nats-io/go-nats-examples/tools/nats-pub : go get github.com/nats-io/go-nats-examples/tools/nats-sub : nats-sub ">" : nats-pub MY_SUBJECT my_me...") |
|||
Line 1: | Line 1: | ||
nats-server | nats-server | ||
− | + | go get github.com/nats-io/go-nats-examples/tools/nats-pub | |
− | + | go get github.com/nats-io/go-nats-examples/tools/nats-sub | |
− | + | nats-sub ">" | |
− | + | nats-pub MY_SUBJECT my_message | |
Ref: https://docs.nats.io/nats-server/clients | Ref: https://docs.nats.io/nats-server/clients | ||
Revision as of 05:43, 19 December 2019
nats-server go get github.com/nats-io/go-nats-examples/tools/nats-pub go get github.com/nats-io/go-nats-examples/tools/nats-sub nats-sub ">" nats-pub MY_SUBJECT my_message
Ref: https://docs.nats.io/nats-server/clients
See also
Advertising: