
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.Node is designed to build scalable network applications.
v5.3 [Dec 17, 2015]
buffer:
Buffer.prototype.includes() has been added to keep parity with TypedArrays. (Alexander Martin) #3567.
domains:
Fix handling of uncaught exceptions. (Julien Gilli) #3654.
https:
Added support for disabling session caching. (Fedor Indutny) #4252.
repl:
Allow third party modules to be imported using require(). This corrects a regression from 5.2.0. (Ben Noordhuis) #4215.
deps:
Upgrade libuv to 1.8.0. (Saúl Ibarra Corretgé) #4276.