Node.js opens up the world of building scalable servers to the average programmer. While it used to take intimate knowledge of the kernel, a firm understanding of the various I/O libraries, and an awareness of the physical hardware your code was going to run on, now all that's needed is Node.js, an understanding of JavaScript, and this b...