ls -l /usr/local/bin/node
lrwxr-xr-x 1 502 staff 4 Jan 13 20:10 /usr/local/bin/node -> iojs
Is this necessary?Io.js 1.0.0
31–40 of 190 posts
Re: Io.js 1.0.0
#32What is a spork, as contrasted with a development fork?
Re: Io.js 1.0.0
#33I have no issue with this fork but why oh why did they drop semantic versioning ? Do they want us to waste our time reading every single changelog ?
Re: Io.js 1.0.0
#34What is a spork, as contrasted with a development fork?
Re: Io.js 1.0.0
#35how would one go about deploying (say on Heroku) an iojs app?
For manual deployment, the single iojs binary and your project folder should suffice, along with a way to start/restart your app automatically.
Re: Io.js 1.0.0
#36How does a 1.0.0 translate to beta-stability build?
In this scheme, version number is not an indicator of stability.
Re: Io.js 1.0.0
#37Re: Io.js 1.0.0
#38ls -l /usr/local/bin/node lrwxr-xr-x 1 502 staff 4 Jan 13 20:10 /usr/local/bin/node -> iojs Is this necessary?
Re: Io.js 1.0.0
#39ls -l /usr/local/bin/node lrwxr-xr-x 1 502 staff 4 Jan 13 20:10 /usr/local/bin/node -> iojs Is this necessary?
Re: Io.js 1.0.0
#40Earlier quoted context omitted.
It's a fork of node.js with ES6 support. The goal is a faster release cycle and an updated V8 engine, plus an "open governance model" as opposed to Joyent's domination of node.js prime. https://github.com/iojs/io.js Current Project Team Members ============================ Isaac Z. Schlueter Ben Noordhuis Bert Belder Fedor Indutny Trevor Norris Chris Dickinson Colin Ihrig Mikeal Rogers Rod Vagg
I find Ben's inclusion on this list interesting, given his history with Joyent/the node community.