summaryrefslogtreecommitdiffstats
path: root/network/node/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/node/README')
-rw-r--r--network/node/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/network/node/README b/network/node/README
index 4749a2b341..3f34f570b8 100644
--- a/network/node/README
+++ b/network/node/README
@@ -1,2 +1,5 @@
-Node is a toolkit for writing extremely high performance non-blocking event
-driven network servers in JavaScript. Node is built on V8 JavaScript engine.
+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.