An application to monitor Web APIs performance using the JS Decorators proposal with no frameworks.
ref: youtube video
# install dependencies
$ yarn install
# server without hot-reload
$ yarn start
# server with hot-reload at localhost:5000
$ yarn dev
# install dependencies
$ npm install
# server without hot-reload
$ npm run start
# server with hot-reload at localhost:5000
$ npm run dev
For more details, check out the package.json
# to sent data
$ npm run curl:post
# spot data and measure performance of code
$ npm run curl:get
or
# to sent data
$ yarn curl:post
# spot data and measure performance of code
$ yarn curl:get
# start server
$ npm run start:noui
# to sent data
$ npm run curl:post
# spot data and measure performance of code
$ npm run curl:get
or
# start server
$ yarn start:noui
# to sent data
$ yarn curl:post
# spot data and measure performance of code
$ yarn curl:get