diff options
Diffstat (limited to 'development/nodejs-bin/README')
-rw-r--r-- | development/nodejs-bin/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/nodejs-bin/README b/development/nodejs-bin/README new file mode 100644 index 0000000000000..24aa9a0c044eb --- /dev/null +++ b/development/nodejs-bin/README @@ -0,0 +1,8 @@ +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. + +This meta-package uses binary x86_64 distribution as a temporary +workaround for the lack of Node.js 10+ in Slackware 14.2. |