Glimpse / Glimpse.Node.Samples

Demo of how glimpse can be configured across multiple repos
MIT License
4 stars 2 forks source link

calculator-micro-services

Setup and launch:

# install dependencies across all projects
npm install

# start all processes
npm start

# stop all process
npm stop

Then open your browser to http://localhost:5000

Usage and notes:

In order to execise the service configuration in a couple of different ways the following should be noted:

Looking at the requests in the request list of Glimpse will show you each of the different requests a play and the Services tabs will show you the fetch/client calls being made.