diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-01-20 06:29:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 06:29:57 +0700 |
commit | b561318b20b9cb1e2dbe1c42caa1c2daf9910b9f (patch) | |
tree | fab70c3ba16278e18cf0e044129d1f5e5371fdf2 /network/iojs/README | |
parent | 290e53f1aa187e0a70aa216d3e06c81af8784ff3 (diff) |
network/iojs: Added (Evented I/O for V8 JavaScript).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iojs/README')
-rw-r--r-- | network/iojs/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/iojs/README b/network/iojs/README new file mode 100644 index 000000000000..eb67696fbf2a --- /dev/null +++ b/network/iojs/README @@ -0,0 +1,7 @@ +io.js is a JavaScript platform built on Chrome's V8 runtime. +This project began as a fork of Joyent's Node.js™ and is compatible with the +npm ecosystem. + +WARNING: iojs will conflict with node. +Either install the node package, or iojs from SBo, but not both. Both packages +include npm. |