Skip to content

theminecoder/nats-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nats-cli

Publish or subscribe to NATS subjects from the cli.

Install

npm install -g nats-cli

Usage

# Listen on all subjects
nats

# Listen on the foo subject
nats foo

# Publish message on the subject foo
nats foo bar

# Listen with wildcards
nats 'foo.>'

# Filter received messages with grep
nats 'foo.*' | grep 'some filter'

About

Simple CLI for NATS, can publish/subscribe to subjects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%