TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

First "official" NodeJS build on Windows

61 点作者 spotirca将近 14 年前

9 条评论

binarymax将近 14 年前
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 未加载
christkv将近 14 年前
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)
statictype将近 14 年前
This is great. That means both Node.js and Coffeescript should now be natively available on Windows.
评论 #2785957 未加载
taylorbuley将近 14 年前
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>
rbanffy将近 14 年前
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 未加载
powertower将近 14 年前
I/O Completion Ports abstraction is here: <a href="https://github.com/joyent/libuv" rel="nofollow">https://github.com/joyent/libuv</a>
wildmXranat将近 14 年前
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 未加载
insraq将近 14 年前
Still lots of bugs and many features are not supported. But it is good to know they are working actively on this.
mirrorskin将近 14 年前
Did anyone manage to get npm up and running on Windows yet?
评论 #2784926 未加载