Frameworks Javascript

Node.js and io.js Merge Under the Node Foundation

May 28th, 2015 | By Natalia Sergeeva | 1 min read

The io.js TC has voted to join the Node Foundation, leading Node.js and io.js to overcome their differences and merge into a new entity.

This is important for us at JScrambler because it allows us to simplify our build process. Most of our modules are already coded using ES 2015 (the former ES6), which requires us to transpile the source code using Babel.

With all the io.js features to support the newest ES, we can drop Babel usage. This also improves the performance of our software because many of the features impact it (arrows, generators, etc.).

Jscrambler

The leader in client-side Web security. With Jscrambler, JavaScript applications become self-defensive and capable of detecting and blocking client-side attacks like Magecart.

View All Articles

Must read next

Javascript

Creating Modules in JavaScript with ES7 and Babel

Last year, a new version of JavaScript was released with a lot of new goodies. Check them out!

April 13, 2016 | By Peter van der Zee | 6 min read

Web Development

10 Tips For Optimizing Node.js Applications

10 useful optimization tips to take the most of your Node.js server application. From asynchronous functions to enabling streaming responses.

July 5, 2016 | By Jscrambler | 4 min read

Section Divider

Subscribe to Our Newsletter