Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. As an asynchronous event driven framework, Node.js is designed to build scalable network applications. Node is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted.
Implements a simple web application in Node.js using a popular web framework
Comments