diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-13 20:57:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-13 20:57:20 +0700 |
commit | 85cbcb1c6cc73d11ac879255af6f43c91bbbbaef (patch) | |
tree | 89fafc8b7e1bc6b29b379d90b0d15be017f0a83e /development/nodejs/README | |
parent | 14fdffeea2329cd088a67e0b9cf257780fd42133 (diff) |
development/nodejs: Added (JavaScript runtime).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nodejs/README')
-rw-r--r-- | development/nodejs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/nodejs/README b/development/nodejs/README new file mode 100644 index 0000000000000..f321e640e59af --- /dev/null +++ b/development/nodejs/README @@ -0,0 +1,10 @@ +Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine. + +Node.js uses an event-driven, non-blocking I/O model that makes it +lightweight and efficient. Node.js' package ecosystem, npm, is the largest +ecosystem of open source libraries in the world. + +WARNING: nodejs will conflict with node. + +Either install the node package, or nodejs from SBo, but not both. Both packages +include npm. |