📜 ⬆️ ⬇️

It is finished! io.js Version 1.0.1 (Beta stability) released!

As you know, io.js is focused on new versions of the V8 engine, which include support for the ES6 standard. While NodeJS had to use the --harmony flag and other problems to support ES6 in order to support new features, io.js provides 3 groups of innovations:



New features enabled by default:




Innovations available with the --es_staging flag:



')
More detailed (and, by the way, very extensive) documentation is available at iojs.org/api/all.html .

Source: https://habr.com/ru/post/247837/


All Articles