Updated Home (markdown)

Kirill Shevchenko 2016-02-02 11:49:53 +02:00
parent 31624f9f52
commit 8eee99c1e8

33
Home.md

@ -1,32 +1 @@
# Node.js community wiki
Node.js is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/). 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:
* [Website](https://nodejs.org/)
* [About](https://nodejs.org/en/about/)
* [Downloads](https://nodejs.org/en/download/)
* [Docs](https://nodejs.org/en/docs/)
* [Foundation](https://nodejs.org/en/foundation/)
* [Get Involved](https://nodejs.org/en/get-involved/)
* [Security](https://nodejs.org/en/security/)
* [News](https://nodejs.org/en/blog/)
* [FAQ](https://github.com/nodejs/node/wiki/Frequently-Asked-Questions)
**Modules:**
* [npm](https://www.npmjs.com/)
* [node-modules.com](http://node-modules.com/)
* [nipster](https://eirikb.github.io/nipster/)
* [Inspirations](https://github.com/sindresorhus/awesome-nodejs/)
## 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 v0.10 to v4|API-changes-between-v0.10-and-v4]]
* [[Between io.js versions|Breaking Changes]]
Test