Skip to content

Latest commit

 

History

History

whisperer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Whisperer

Whisperer can be used to send arbitrary NATS-Hemera messages. It simply consumes the contents of the standard input, converts it to JSON and sends it through hemera. Pretty useful tool for testing purposes.

Running Whisperer

npm start < input.json

Environment Dependencies

  • NATS (Hemera)

Expected configuration and environment variables

Please see the schema in src/config.js for documentation and default values.