diff options
Diffstat (limited to 'network/node/README')
-rw-r--r-- | network/node/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/node/README b/network/node/README index 4749a2b341e1..3f34f570b8b0 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. |