Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilanga/stan-dashboard
Stan Dashboard is for monitoring STAN server activities.
https://github.com/lilanga/stan-dashboard
dashboard nats reactjs websocket
Last synced: 25 days ago
JSON representation
Stan Dashboard is for monitoring STAN server activities.
- Host: GitHub
- URL: https://github.com/lilanga/stan-dashboard
- Owner: Lilanga
- Created: 2020-01-27T07:27:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T09:58:46.000Z (3 months ago)
- Last Synced: 2024-09-18T13:14:37.281Z (3 months ago)
- Topics: dashboard, nats, reactjs, websocket
- Language: JavaScript
- Homepage:
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 59
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# STAN DASH BOARD
STAN Dashboard is a server dashboard for stan server to list down various aspects of the STAN server.
## Build setup
- Please use `yarn` for building the project since npm is not supported
### Environment variables for docker container
- PORT : port for the server
- STAN_URL : stan server url with port `nats://localhost:4223`
- STAN_MONITOR_URL : stan server monitor url with port `http://localhost:8222`
- STAN_CLUSTER : stan cluster to monitor `processing`### TODO
- Json payloads only, needs to implement msgpack decoding
- Needs to implement detailed sections for messages, channels, clients and subscriptions
- Needs to isolate client package from server package