Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Think of it as an environment to run javascript on a machine. Express.js is a very thin web framework built on top of Node.js.
One of the best ways to pick up any new framework is...