Tools that helps with development of services that are using NATS as a messaging system
Inspect, test and do cool stuff with your Nats network.
docker build -t nats-inspector .
docker run --rm -p 4001:80 nats-inspector
Or use scripts from root Makefile:
inspector-build
inspector-up
So go ahead and open it in your browser:
http://localhost:4001
You should see running web app and u can start clicking on things.
# require dev dependency "dotenv" to parse and load .env file
# use in development (yarn dev sets it to true), disabled by default
ENV_FILE=false
# override port on which http/websocket server will be listening
SERVER_PORT=80