Node.js version 6 is now available
Seven months since its first stable release, version 6.0 of the Node.js framework is now available. The Node.js Foundation says that the update brings a number of performance enhancements, including significantly faster module loading, better tests and documentation, as well as improved usability of its Buffer and File System APIs. This release ships with the version 5 of the V8 JavaScript engine, which allows Node.js 6 to support 93 percent of all ES6 language features. However, if you have any native addons previously installed, you’ll need to recompile them in order to avoid runtime errors when loading them. It’s worth…
This story continues at The Next Web