A web console for Nats Streaming Server.
There are three ways to use Nats Streaming Console:
The docker image is available from dockerhub https://hub.docker.com/r/kuali/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
npm install
npm run build-css
npm run build
node server
Good luck. Let me know if something goes wrong.