Node.js process load balance performance: comparing cluster module, iptables and Nginx
Fernando Miçalli
795

Would be interested in how running the nodes in say, separate docker instances would compare… fronted by either iptables, or nginx.

Also, one thing that nginx will do if a child process goes down is return an actual error to the browser, instead of just dying.