diff options
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 0000000000..f321e640e5 --- /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. |