Darryl Dias

02 Sep 2015 in

IO.JS is a folk of Node.js that uses the latest build of Google’s V8 Engine and supports ES6, in some performance benchmarks IO.JS is faster than Node.js

The performance benchmarks of IO.JS vs Node.js can be found over here.

IO.JS is recommended if you are working on a new project, if you are using a project built on Node.js, it has a few bugs or might not support IO.JS due to several reasons.

You can download IO.JS from here

Installing IO.JS is like any other Mac OS X application using the pkg or Homebrew the instruction for both types are provided.

Double click the pkg.

Go through the setup.

If you prefer installing IO.JS using Homebrew, you can do that by running (Homebrew is required).

<pre class="wp-block-code">```
brew install iojs 
```
brew link iojs –force
```
```

Open Terminal and check the IO.JS and NPM version.

Thank you for reading.

Share, Have a question? leave a comment below