docs(readme): revert section on what is Node.js

PR-URL: #53

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
This commit is contained in:
Hans Kristian Flaatten 2015-10-17 20:13:12 +02:00
parent ae9a1e57c5
commit 86a2703f8a
1 changed files with 5 additions and 10 deletions

View File

@ -9,17 +9,12 @@ The official Node.js docker image, made with love by the node community.
## What is Node.js? ## What is Node.js?
*from [node.org/faq.html](https://node.org/faq.html)* Node.js is a platform built on Chrome's JavaScript runtime for easily building
fast, scalable network applications. Node.js uses an event-driven, non-blocking
I/O model that makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.
Node.js is a JavaScript platform built on Chrome's V8 runtime. This project See: http://nodejs.org
began as a fork of Joyent's Node.js™ and is compatible with the npm ecosystem.
Why? Node.js aims to provide faster and predictable release cycles. It currently
merges in the latest language, API and performance improvements to V8 while also
updating libuv and other base libraries.
This project aims to continue development of Node.js under an "open governance
model" as opposed to corporate stewardship.
## Usage ## Usage