Slide 1

Slide 1 text

io.js Bringing ES6 to the Node Mark Wolfe

Slide 2

Slide 2 text

A Rundown Fork of Node.JS Trademark is owned by Joyent Initially started life as nodeforward Moved to io.js due to said trademark.. npm pretty much business as usual, mind the version numbers though!

Slide 3

Slide 3 text

Community Open governance model As opposed to corporate stewardship Contributor ownership Currently 104 contributors and growing

Slide 4

Slide 4 text

Release Model Weekly releases Supported versions of V8 Predictable roadmap Healthy debate on key features/issues Such as promises.

Slide 5

Slide 5 text

iojs and V8 Track the stable releases of V8 Enables both teams to work together on issues/ features Tracing, on LINUX Lots of good discussion between the projects

Slide 6

Slide 6 text

ES6! let const Generators Promises Template Strings

Slide 7

Slide 7 text

How to get it? nvm docker Download the Installer!

Slide 8

Slide 8 text

Links https://iojs.org http://davidwalsh.name/es6-io http://blog.izs.me/post/104685388058/io-js https://github.com/creationix/nvm https://github.com/iojs/docker-iojs

Slide 9

Slide 9 text

Links Continued io.js posts worth checking out https://medium.com/node-js-javascript/state-of-io- js-2b3094e6f923 https://medium.com/node-js-javascript/io-js-week- of-march-6th-2f9344688277