Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
CraigyDavi edited this page Oct 28, 2014 · 38 revisions

Node.js community wiki

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.

Official Links:

Installation

The installation guide explains how to get started with Node.js and npm (node package manager) on your system.

Versions

Stable:

The current stable version is 0.10.33

Unstable:

The current unstable version is 0.11.14

The Future:
API Changes:

Using an old version of node.js? You might need to update your programs.

Frequently Asked Questions

The FAQ answers common questions people have about Node.js.

Community

Modules

Most modules can be found by searching the npm registry.

Alternatively you can use nipster or toolbox.

Resources

Besides the documentation on the official site here are links to other resources.

ChangeLog

Node releases a new version every one or two weeks. The ChangeLog can always be found here.

Wiki Contents