diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 17:53:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 9f520e869cb7afae6d316c1d308bf0d4094c3acf (patch) | |
tree | c2547a96ef5aadd78c840407321f359b5ad07202 /development/nodejs6/README | |
parent | 29ecf0a58a83e29e6f8624334443ee2f4e858b65 (diff) | |
download | slackbuilds-9f520e869cb7afae6d316c1d308bf0d4094c3acf.tar.gz |
development/nodejs6: Added (JavaScript runtime).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/nodejs6/README')
-rw-r--r-- | development/nodejs6/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/nodejs6/README b/development/nodejs6/README new file mode 100644 index 0000000000..f066892bac --- /dev/null +++ b/development/nodejs6/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. + +NOTE +This is the LTS version of nodejs 6 (Boron) which will be maintained +up to April 2019 or until all scripts have been known to work with +nodejs LTS 8.x (Carbon). |