This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Home
Imperadeiro98 edited this page Jun 4, 2015
·
38 revisions
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
The current stable version is 0.12.0
The current unstable version is 0.11.14
- API changes between v0.10 and v0.12
- Applications tested with v0.12
- ECMA 5 Mozilla Features Implemented in V8
- ES6 (a.k.a. Harmony) Features Implemented in V8 and Available in Node
Using an old version of node.js? You might need to update your programs.
- From v0.2 to v0.3
- From v0.3 to v0.4
- From v0.4 to v0.6
- From v0.6 to v0.8
- From v0.8 to v0.10
- From v0.10 to v0.12
Most modules can be found by searching the npm registry.