I am wanting to scale on a multi-core machine. Using the cluster
library is an option, but I would like to know if I can do this a more simple way: by simply running multiple servers.
So what I want to know is this: does Node.js automatically spread servers over multiple cores. So if I have 5 cores, and 5 servers, would each server run on each core.
If so, would this be a viable way of scaling on a multi-core machine?