Skip to content

kamote/nconf-cluster-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nconf-cluster-mode

npm install node index.js

http://localhost:3000/

{"message":"Hello from Worker 1","port":3000,"salt":"!salty","name":"kamote"}

http://localhost:3000/update?name=randy

{"message":"Done update 3"}

http://localhost:3000/

{"message":"Hello from Worker 2","port":3000,"salt":"!salty","name":"randy"}

Protected update

http://localhost:3000/update?salt=imnotsalt

{"message":"Done update 3"}

http://localhost:3000/

{"message":"Hello from Worker 2","port":3000,"salt":"!salty","name":"randy"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published