Skip to content

ljahier/node-app.localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-app.localhost

Allow me to run multiple web app to test network tools.

Usage:

First params need to choose type of demo single or multiple If multiple is selected, you need to set number of instance qui vont etre lancé Set port begin and last port Set name of app

example:

npm run build
npm run pack
npm i node-app.localhost-1.0.0.tgz -g
web-app --type=multiple --number=4 --port-begin=3000 --port-end=3003 --name="music"

or in developpement mode:

npm run build
node lib/app.js --type=multiple --number=4 --port-begin=3000 --port-end=3003 --name="music"

About

Little tool allow me to run web app to test the reverse proxy and load balancer I write

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors