Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. The program uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. 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