cctanfujun / nats-streaming-ui

nats-streaming gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NATS Streaming UI

COPY FROM https://gitlab.com/united-travel-tickets/common/nats-streaming-ui AND FIX SOME BUG

Powerful dashboard for the Nats Streaming

NPM

Nats Streaming UI

Features

  • Dashboard - some metrics like number of messages, channels, subscriptions, etc.
  • Channels - channels list, ability to create new channel, push message to the queue
  • Subscriptions
  • Clients

How to run with Docker

start nats-streaming first,and open monitor on port 8222

docker-compose build && docker-compose up

Follow the link http://127.0.0.1:8283

How to run locally

start nats-streaming first,and open monitor on port 8222

git https://gitlab.com/united-travel-tickets/common/nats-streaming-ui.git
cd nats-streaming-ui
yarn run build:react
node ./server/index.js

Credits

Inspired By

About

nats-streaming gui


Languages

Language:JavaScript 89.4%Language:CSS 7.4%Language:HTML 2.4%Language:Dockerfile 0.6%Language:Shell 0.3%