Is there any possible to scale the Local Server between multiple Machines?

Hi All,

As my topic above , After my search that i found some cluster Library like node-http-proxy, nginx, etc. So, does these libary will support Local Server ? I think they only support for web server ?

B.T.W, can i use Node.js’s Cluster core module to enhance the capability of local server(in one machine) ?

This is only a thread for disscus and kindly give me some points if someone familar to this.

Thx.
2015-03-14

node-http-prox & nginx all is not support TCP protocol, nginx plus will support but not free. and another one lib named HAproxy support tcp protocol.

Any updates on using Cluster for NodeJS scalability?