Skip to content

Commit a1388bb

Browse files
wurdeTrott
wurde
authored andcommitted
doc: add brief Node.js overview to README
Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> PR-URL: #4174
1 parent 82e0974 commit a1388bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Node.js
33

44
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

6+
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
7+
uses an event-driven, non-blocking I/O model that makes it lightweight and
8+
efficient. The Node.js package ecosystem, npm, is the largest ecosystem of open
9+
source libraries in the world.
10+
611
The Node.js project is supported by the
712
[Node.js Foundation](https://nodejs.org/en/foundation/). Contributions,
813
policies and releases are managed under an

0 commit comments

Comments
 (0)