We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e0974 commit a1388bbCopy full SHA for a1388bb
README.md
@@ -3,6 +3,11 @@ Node.js
3
4
[](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
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
+
11
The Node.js project is supported by the
12
[Node.js Foundation](https://nodejs.org/en/foundation/). Contributions,
13
policies and releases are managed under an
0 commit comments