Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 1.67 KB

Home.md

File metadata and controls

35 lines (28 loc) · 1.67 KB

Node.js community wiki

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

Links:

API/Breaking Changes

  • [[From v0.2 to v0.3|Migrating-from-v0.2-to-v0.3]]
  • [[From v0.3 to v0.4|Migrating-from-v0.2-to-v0.4]]
  • [[From v0.4 to v0.6|API-changes-between-v0.4-and-v0.6]]
  • [[From v0.6 to v0.8|API-changes-between-v0.6-and-v0.8]]
  • [[From v0.8 to v0.10|API-changes-between-v0.8-and-v0.10]]
  • [[From v0.10 to v0.12|API-changes-between-v0.10-and-v0.12]]
  • [[From v1 to v2 & v3 (io.js)|Breaking Changes]]
  • [[From v0.10 to v4|API-changes-between-v0.10-and-v4]]
  • [[From v4 to v5|Breaking-changes-between-v4-and-v5]]
  • [[From v5 to v6|Breaking-changes-between-v5-and-v6]]
  • [[From v6 to v7|Breaking-changes-between-v6-and-v7]]
  • [[From Node 7 to 8|Breaking-changes-between-Node-7-and-8]] (Unfinished)

Breaking Changes between LTS versions

  • [[From v4 LTS to v6 LTS|Breaking-changes-between-v4-LTS-and-v6-LTS]]
  • [[From v6 LTS to v8 LTS|Breaking-changes-between-v6-LTS-and-v8-LTS]] (Unfinished v8)