Skip to content
judy edited this page Feb 22, 2011 · 11 revisions

What is the difference between Node "core" and "userland" modules

https://github.com/ry/node/wiki/node-core-vs-userland

What is the versioning scheme?

Odd versions are unstable, even versions are stable. v0.2 and v0.4 are even/stable. v0.3 is odd/unstable. The next stable release will be v4.2. The stable branch takes bug fixes only - it does not change the JavaScript API, addon API, nor ABI (you don't have to rebuild modules after upgrading node with-in a stable branch).

What is the correct capitalization of Node.js?

The official name of Node is "Node". The unofficial name is "Node.js" to disambiguate it from other nodes.

What is an easy way to manage Node.js versions / installations?