How to scale Node.js application in standard way locally and between servers (cluster API is still experimental)?

720 views Asked by At

How to scale Node.js application in standard way locally and between servers?

Cluster API as of Node v0.10.18 is still experimental, that is API is very like to change that is risk for big project.

Are there other standard practices, tools to scale automatically (raise up number of running instances on the same server and on other servers)

This question is not about making inter-process communication like Node.js multi-server cluster: how to share object in several nodes cluster or How to make a node.js server with rooms scalable, but what infrastructure could automatically manage number of Node.js instances?

How to automatically start Node.js apps on other server? Are there ready-to-use tools or framework to automate "deploying" Node.js apps?

Setting up load balancers, security would be next steps.

0

There are 0 answers