Skip to content

An application to monitor Web APIs performance using the JS Decorators proposal with no frameworks.

Notifications You must be signed in to change notification settings

anopszetex/performance-monitor-ytb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

performance-monitor-ytb

An application to monitor Web APIs performance using the JS Decorators proposal with no frameworks.

Project Setup

Yarn

# install dependencies
$ yarn install

# server without hot-reload
$ yarn start

# server with hot-reload at localhost:5000
$ yarn dev

NPM

# 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

With Ui, After Initialize Server

# 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

You should see results similar to:

image

Without Ui, Before Initialize Server

# 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

You should see results similar to:

image

About

An application to monitor Web APIs performance using the JS Decorators proposal with no frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published