/Brachio

A React client for monitoring and managing jetstreams in NATS messaging system, written in typescript.

Primary LanguageTypeScript

About

A React client for monitoring and managing jetstreams in NATS messaging system, written in typescript.

Stack

React TypeScript Redux NATS

Configuration

Use connectionconfig.json in src folder to change the server URL for your NATS.ws connection.

For more information about NATS and customizing the server.conf file refer to NATS documentation.

Environment

  • Download & Install GO

  • Download NATS-Server

  • Add NATS' path to windows

Starting Up

  • Install react app

    npm install

  • Run NATS-Server

    nats-server -c server.conf

  • Run React app

    npm start