You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlekSi edited this page Aug 26, 2012
·
10 revisions
Node.js community wiki
Attention Node Users Current stable version is 0.8. If you are currently using 0.6, please read API changes between v0.6 and v0.8 and update your programs accordingly.
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.