Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
joeshaw edited this page Feb 11, 2011 · 46 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 unstable release will be v0.5. 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).

Clone this wiki locally