Skip to content

SimCorp/nats-topology-visualiser

Repository files navigation

NATS Topology Visualiser

NATS Topology Visualiser is a visualization and monitoring tool for the open-source messaging system NATS.

Development

Dependencies

Setup

  1. setup node packages by running npm ci

Usage

  1. Compile and start backend with npm run backend

  2. Serve front-end with npm run serve from the root directory /

For all available npm commands, see scripts object in package.json

Contributing

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