TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

First "official" NodeJS build on Windows

61 pointsby spotircaalmost 14 years ago

9 comments

binarymaxalmost 14 years ago
I absolutely love the fact that its just a single exe and not some bloated install. I wish more win software was built like this.
评论 #2785054 未加载
评论 #2785093 未加载
christkvalmost 14 years ago
Yeah there will be plenty off issues using npm. The native npm packages will most likely break. Npm has support for binary builds but I'm not sure most packages will have a completely separate build process set up for windows.<p>In the case of the mongodb package I'm deprecating the c++ bson parser as the js parser is as fast or faster than the c++ bson parser (v8 crankshaft and fast arrays rock) and this "should" make it work out of the box on the windows node.js build (crossing fingers)
statictypealmost 14 years ago
This is great. That means both Node.js and Coffeescript should now be natively available on Windows.
评论 #2785957 未加载
taylorbuleyalmost 14 years ago
That was quick! Wasn't this just announced in June?<p><a href="http://blog.nodejs.org/2011/06/23/porting-node-to-windows-with-microsoft%E2%80%99s-help/" rel="nofollow">http://blog.nodejs.org/2011/06/23/porting-node-to-windows-wi...</a>
rbanffyalmost 14 years ago
Unless you are deploying on Windows, why not run it under cygwin? You may end up with a lot of silly problems with file paths, case insensitivity and any other "impedance mismatch" between your development environment and whatever server the workload will run on.<p>I did a lot of Django development on Windows and Cygwin saved me a whole lot of pain.
评论 #2785007 未加载
评论 #2785340 未加载
powertoweralmost 14 years ago
I/O Completion Ports abstraction is here: <a href="https://github.com/joyent/libuv" rel="nofollow">https://github.com/joyent/libuv</a>
wildmXranatalmost 14 years ago
Just throwing it out there, but what is the real reason behind making it windows friendly? Do developers want it or is it done with intentions to make it more appealing for corporate absorption?
评论 #2785373 未加载
评论 #2785544 未加载
评论 #2785199 未加载
评论 #2785372 未加载
评论 #2785698 未加载
评论 #2785286 未加载
评论 #2786305 未加载
评论 #2786456 未加载
insraqalmost 14 years ago
Still lots of bugs and many features are not supported. But it is good to know they are working actively on this.
mirrorskinalmost 14 years ago
Did anyone manage to get npm up and running on Windows yet?
评论 #2784926 未加载