The concept is a proxy which add delays and eventually errors in the services using express middlewares.
nvm install v4
nvm use v4
npm install
npm run b
npm start
The proxy server is running in localhost:3000
By default the target is hardcoded to be staging servers, but you could change that quickly.
HTTPS is disabled using a "un-secure" scheme because we are a man in the middle.
nvm install v4
nvm use v4
npm install
npm run w
=> live recompilation on changesnpm run m
=> live nodejs reload after recompilation changesThe proxy server is running in localhost:3000