NATS Topology Visualiser is a visualization and monitoring tool for the open-source messaging system NATS.
- setup node packages by running
npm ci
-
Compile and start backend with
npm run backend
-
Serve front-end with
npm run serve
from the root directory/
For all available npm commands, see scripts object in package.json
If you are interested in contributing to NATS Topology Visualiser, read the Contributing guide
For a high level overview of the project architecture see Architecture.md