https://github.com/bhaskarmelkani/node-cluster
Node Clusters with zero down time reload.
https://github.com/bhaskarmelkani/node-cluster
node-cluster
Last synced: 5 months ago
JSON representation
Node Clusters with zero down time reload.
- Host: GitHub
- URL: https://github.com/bhaskarmelkani/node-cluster
- Owner: bhaskarmelkani
- Created: 2015-06-15T15:03:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T18:52:27.000Z (almost 11 years ago)
- Last Synced: 2024-12-27T21:32:06.634Z (about 1 year ago)
- Topics: node-cluster
- Language: JavaScript
- Size: 367 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-cluster
Node Clusters with zero down time reload.
To reload the cluster and have updated code, pass SIGUSR2 signal to master process using the following command:_
sudo kill -SIGUSR2 process_id_of_master_process
For Express app:-
Start with cluster.js file.
Default Server port: 8000