Node.js is a runtime system for creating (mostly) server-side applications. It’s best known as a popular means for JavaScript coders to build real-time Web APIs. At it’s core, Node.js is a stripped-down, highly customizable server engine — a proto-server, if you will — because out of the box it doesn’t do anything until you set it…