Today I played around with the Node.js Cluster module. Node.js typically runs in a single-threaded JavaScript environment and while Node.js is very fast, it doesn't take full advantage of multi-core systems. The Cluster module allows you to build an application and