Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
rvagg edited this page Mar 12, 2013 · 15 revisions

Node.js community wiki

Current stable version is 0.10. Please read Api changes between v0.8 and v0.10, and update your programs accordingly.

Previous stable version is 0.8. If you are still using 0.6, please read API changes between v0.6 and v0.8.

Introduction

Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model. This allows Node.js to get excellent performance based on the architectures of many Internet applications.

Installation

The installation guide explains how to get started installing Node.js and the Node Package Manager (NPM) on your system.

FAQ

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

Users

Come talk to us in the #node.js IRC channel on freenode.net or on the nodejs Google group.

Modules

Most modules can be found by searching the npm registry.

Alternatively, use nipster, or toolbox, or npmdocs.

There is also a list of modules on this wiki.

Hosting

Resources

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

Project Organization

ChangeLog

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

Contributing

See the Contributing page.

API Documents

See the current API Doc page.

For previous versions, see Documentation Index page.

Logos