Node v0.12.0 (Stable)
21–30 of 81 posts
Re: Node v0.12.0 (Stable)
#22As a casual node user, I'd love to better understand how this release compares to io.js. Are they diverging more? Is node playing catch-up?
Quite frankly, as a casual node user myself, I'm sticking with node v0.10 for the time being. I want to see how everything shakes out, and my site runs okay for now.
Re: Node v0.12.0 (Stable)
#23Several have asked about node.js in contrast to io.js. It's fair to say that the emphasis of node.js at this point is on stability (including API stability, production debuggability/observability, etc.) and performance -- in that order. It definitely takes longer to release software when operating under these constraints; as the team writes in the linked blog entry: We are also pleased to report that this release of…
Also, are these tests public? How many does iojs pass/fail?
Re: Node v0.12.0 (Stable)
#24Re: Node v0.12.0 (Stable)
#25Meh, too late. io.js is the standard now.
Re: Node v0.12.0 (Stable)
#26Several have asked about node.js in contrast to io.js. It's fair to say that the emphasis of node.js at this point is on stability (including API stability, production debuggability/observability, etc.) and performance -- in that order. It definitely takes longer to release software when operating under these constraints; as the team writes in the linked blog entry: We are also pleased to report that this release of…
Re: Node v0.12.0 (Stable)
#27Several have asked about node.js in contrast to io.js. It's fair to say that the emphasis of node.js at this point is on stability (including API stability, production debuggability/observability, etc.) and performance -- in that order. It definitely takes longer to release software when operating under these constraints; as the team writes in the linked blog entry: We are also pleased to report that this release of…
Why don't you push nodejs forward and track the latest v8 (or whatever the latest stable chrome is using), and then cut LTS releases at regular intervals, kindof like the kernel or ubuntu? Also, are these tests public? How many does iojs pass/fail?
Re: Node v0.12.0 (Stable)
#28Several have asked about node.js in contrast to io.js. It's fair to say that the emphasis of node.js at this point is on stability (including API stability, production debuggability/observability, etc.) and performance -- in that order. It definitely takes longer to release software when operating under these constraints; as the team writes in the linked blog entry: We are also pleased to report that this release of…
How does the stability concern gel with a unmaintained v8?
Re: Node v0.12.0 (Stable)
#29Earlier quoted context omitted.
My experience has been that just about every module that uses native code (there are more than you think) doesn't work in IO.js because of the changes to the V8 apis. So until all of those are updated to work with both I'll have to stick to Node.
Example? I'm curious because mostly everything has worked for me. I'm using: io.js v1.1.0 npm v2.4.1 node-gyp v1.0.2
Re: Node v0.12.0 (Stable)
#30As a casual node user, I'd love to better understand how this release compares to io.js. Are they diverging more? Is node playing catch-up?
io.js is built against a much more current version of V8, which notably has default-on support for a lot of ES6 stuff. Quite frankly, as a casual node user myself, I'm sticking with node v0.10 for the time being. I want to see how everything shakes out, and my site runs okay for now.