A web console for Nats Streaming Server.
This repository is forked from nats-streaming-console.
npm -g install nats-monitor
nats-monitor
For other installation method, please read the below.
env STAN_URL=nats://127.0.0.1:4222 STAN_MONITOR_URL=http://127.0.0.1:8222 STAN_CLUSTER=my-cluster nats-monitor
There are four ways other than npm to use Nats Monitor:
The docker image is available from dockerhub https://hub.docker.com/r/mozgoo/nats-streaming-console
Coming soon
If you just want to build and run it. That is pretty easy too. You will need git and nodejs.
git clone https://github.com/KualiCo/nats-streaming-console.git
cd nats-streaming-console
yarn install
yarn startGood luck. Let me know if something goes wrong.




