Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhaskarmelkani/node-cluster

Node Clusters with zero down time reload.
https://github.com/bhaskarmelkani/node-cluster

node-cluster

Last synced: 12 days ago
JSON representation

Node Clusters with zero down time reload.

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