diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-03-02 23:04:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:35:07 +0700 |
commit | dbc3095039b8ee2c398b15be099d1eefd8c20aec (patch) | |
tree | b487ce63fcefa0958d8b9723c8e3d7f2be530aac /network/node/README | |
parent | 488a866d870abcaa6cf1aa1b165136a20361fabc (diff) | |
download | slackbuilds-dbc3095039b8ee2c398b15be099d1eefd8c20aec.tar.gz |
network/node: Updated for version 0.12.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
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 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. |