Live data from Hacker News

Node.js v0.6.0 is released

blog.nodejs.org

21–30 of 38 posts

Re: Node.js v0.6.0 is released

#21
Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

Re: Node.js v0.6.0 is released

#22

"Native Windows support using I/O Completion Ports for sockets." "Integrated load balancing over multiple processes." These two improvements are just the nudge I needed to start tinkering with Node. I've been following along and reading about node almost daily but native windows support and integrated focus on multiple processes make a big difference to me. I can no longer sit on the sidelines. Thanks for picking me…

While I agree what windows support is nice, I have found running a virtual machine running Linux much easier even when there is official Win support. It's no different running an SSH terminal to a local system than a remote one, after all.

That is exactly what I was considering for my home use. But unfortunately many businesses will deal only with windows servers, vm or not. This brings node one step closer into the realm of plausible platform for those cases.

Re: Node.js v0.6.0 is released

#23
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

I believe the extensive work on Windows support was from a Microsoft/Joyent collaboration.. as in the answer to your question may be measured in $$$.

Not that that's a bad thing at all, but it would explain the seemingly unusual choice.

Re: Node.js v0.6.0 is released

#25
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

I think your argument is valid, but that it will take some serious cultural change at Microsoft to accept.

When Microsoft SQL Server, Exchange and Sharepoint run on on Linux we will know that has change happened.

Re: Node.js v0.6.0 is released

#26
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

Microsoft funded the work. My guess is since they're pushing for JS client-side apps now with WinRT; they funded node on Windows so that JS developers can run their server-side code on Windows instead of being tempted to fire up a *nix server instead.

(AFAIK, MS doesn't have any server-side JS tooling similar to node at the moment. Very good chance that I'm wrong, though.)

Re: Node.js v0.6.0 is released

#27
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

Worse. Features (like unix_dgram) were deprecated because equivalents don't exist on Windows.

http://groups.google.com/group/nodejs/msg/097bc3300ba6e5d5

Re: Node.js v0.6.0 is released

#28

Earlier quoted context omitted.

While I agree what windows support is nice, I have found running a virtual machine running Linux much easier even when there is official Win support. It's no different running an SSH terminal to a local system than a remote one, after all.

That is exactly what I was considering for my home use. But unfortunately many businesses will deal only with windows servers, vm or not. This brings node one step closer into the realm of plausible platform for those cases.

Can you provide a couple of examples?

Re: Node.js v0.6.0 is released

#29
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

'huge chuck' is an understatement. Windows is the majority OS.

Re: Node.js v0.6.0 is released

#30
post #21

Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?

Windows support is what Node needs in order to go mainstream. It also means that Node developers will be in even greater demand.
Post reply on HN