Earlier quoted context omitted.
There doesn't appear to be much of one, yet. The latest commit by indutny was just a commit to node that the owner of the iojs GitHub organization pushed to GitHub. There are no public members of the iojs organization. Even the name of the repo, "evented I/O for v8 javascript" is the same. All that's been introduced here is a new name, io.js.
from the issues that have been opened [1] and closed [2] it looks like indutny, jonathanong, and rvagg are involved, aka all people involved with node forward 1. https://github.com/iojs/io.js/issues/5 2. https://github.com/iojs/io.js/issues/7
IO.js – Evented I/O for V8 javascript
41–48 of 48 posts
Re: IO.js – Evented I/O for V8 javascript
#42Re: IO.js – Evented I/O for V8 javascript
#43It's raining node forks: https://github.com/io-forward/io-forward
Re: IO.js – Evented I/O for V8 javascript
#44Earlier quoted context omitted.
Or Dart. It's a lot closer to node and JS than Go (it uses asynchronous IO), and can more easily be used across both the server and client (Go's compilation-to-Javascript support is less developed). It's also surprisingly fast for a dynamic language, and has the generics Go lacks.
Should also mention that Dart is faster than Node - it benefits from Google's development of V8, and the language design was built for optimization while taking a lot of the good parts from JS.
Re: IO.js – Evented I/O for V8 javascript
#45- https://medium.com/@mikeal/on-corporate-ownership-of-open-so... - https://medium.com/node-js-javascript/fragmentation-7e87d28f...
Re: IO.js – Evented I/O for V8 javascript
#46Re: IO.js – Evented I/O for V8 javascript
#47@Mikeal has a couple of posts on the subject: - https://medium.com/@mikeal/on-corporate-ownership-of-open-so... - https://medium.com/node-js-javascript/fragmentation-7e87d28f...
I swear Chris Dickinson is the only sane one in this whole mess. Possibly because he's new. Possibly because his employer is the only one involved that's not beholden to VC money and expectations of return.