b04247ef05
Create a new port for the latest Node.js 8.9.0 LTS release. Update CONFLICTS for the existing Node.js ports to include the new node8 port and remove non-existent ports. https://nodejs.org/en/blog/release/v8.9.0/ Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12930
6 lines
288 B
Text
6 lines
288 B
Text
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.
|
|
|
|
WWW: http://nodejs.org/
|