cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

Clustering support #96

Closed pito-svk closed 8 years ago

pito-svk commented 8 years ago

Just curious, why you don't use clustering to start the server?

https://nodejs.org/api/cluster.html

ericelliott commented 8 years ago

Because clustering is highly dependent on the deployment architecture, and is frequently handled by fleet management software or a process manager such as PM2.