nats-monitor
v1.0.7
Published
A web console for Nats Streaming Server.
Downloads
4
Readme
Nats Monitor
A web console for Nats Streaming Server.
This repository is forked from nats-streaming-console.
Install
npm -g install nats-monitor
nats-monitor
For other installation method, please read the below.
Dashboard
Clients
Channels
Server
Store
Configuration
env STAN_URL=nats://127.0.0.1:4222 STAN_MONITOR_URL=http://127.0.0.1:8222 STAN_CLUSTER=my-cluster nats-monitor
Usage
There are four ways other than npm to use Nats Monitor:
Docker
The docker image is available from dockerhub https://hub.docker.com/r/mozgoo/nats-streaming-console
Electron App
Coming soon
Checkout and run the Codes!
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 start
Good luck. Let me know if something goes wrong.