File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,12 @@ The official Node.js docker image, made with love by the node community.
9
9
10
10
## What is Node.js?
11
11
12
- * from [ node.org/faq.html] ( https://node.org/faq.html ) *
12
+ Node.js is a platform built on Chrome's JavaScript runtime for easily building
13
+ fast, scalable network applications. Node.js uses an event-driven, non-blocking
14
+ I/O model that makes it lightweight and efficient, perfect for data-intensive
15
+ real-time applications that run across distributed devices.
13
16
14
- Node.js is a JavaScript platform built on Chrome's V8 runtime. This project
15
- began as a fork of Joyent's Node.js™ and is compatible with the npm ecosystem.
16
-
17
- Why? Node.js aims to provide faster and predictable release cycles. It currently
18
- merges in the latest language, API and performance improvements to V8 while also
19
- updating libuv and other base libraries.
20
-
21
- This project aims to continue development of Node.js under an "open governance
22
- model" as opposed to corporate stewardship.
17
+ See: http://nodejs.org
23
18
24
19
## Usage
25
20
You can’t perform that action at this time.
0 commit comments