Skip to content

acro5piano/nats-streaming-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web console for Nats Streaming Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 4.1%
  • HTML 2.6%
  • Dockerfile 0.4%