From c8fcb72946f0c99ab54f75cfb30e19e79eada0c1 Mon Sep 17 00:00:00 2001 From: Ezio Date: Mon, 14 Sep 2015 23:21:19 +0800 Subject: [PATCH] translating 20150914 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md --- ...4 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150914 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md b/sources/tech/20150914 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md index eecddacf62..ba828d629d 100644 --- a/sources/tech/20150914 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md +++ b/sources/tech/20150914 How to Setup Node JS v4.0.0 on Ubuntu 14.04 or 15.04.md @@ -1,3 +1,6 @@ + +translating by ezio + How to Setup Node JS v4.0.0 on Ubuntu 14.04 / 15.04 ================================================================================ Hi everyone, Node.JS Version 4.0.0 has been out, the popular server-side JavaScript platform has combines the Node.js and io.js code bases. This release represents the combined efforts encapsulated in both the Node.js project and the io.js project that are now combined in a single codebase. The most important change is this Node.js is ships with version 4.5 of Google's V8 JavaScript engine, which is the same version that ships with the current Chrome browser. So, being able to more closely track V8’s releases means Node.js runs JavaScript faster, more securely, and with the ability to use many desirable ES6 language features. @@ -99,4 +102,4 @@ via: http://linoxide.com/ubuntu-how-to/setup-node-js-4-0-ubuntu-14-04-15-04/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 [a]:http://linoxide.com/author/kashifs/ -[1]:https://nodejs.org/download/rc/v4.0.0-rc.1/ \ No newline at end of file +[1]:https://nodejs.org/download/rc/v4.0.0-rc.1/