新足迹

 找回密码
 注册

精华好帖回顾

· 2017日本世界遗产巡游(211,227更新伊豆,全文完) (2017-9-24) shintaku · 悉尼两天半---4 楼更新 (2009-11-24) 南京萝卜
· 参加活动:新鲜出炉的Corolla的故事 (2013-6-11) idog8818 · 17/12/2018,200楼更新~~原来已经这么久没有更新了!!!!唠唠叨叨加多图~~我的小puppy,斗牛梗梗staffy成长记 (2016-7-4) 特屋安
Advertisement
Advertisement
查看: 2513|回复: 12

Microsoft: 'first stable build' of Node.js on Windows [复制链接]

发表于 2011-11-9 14:41 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://www.zdnet.com/blog/microsoft/microsoft-joyent-deliver-first-stable-build-of-nodejs-on-windows/11178
On November 7, via a post on the Microsoft Interoperability Blog, Microsoft officials announced the pair had their “first stable build” running.

Node.js a command line tool that lets developers run JavaScript programs by typing ‘node my_app.js.” Node provides a JavaScript application programming interface (API) for accessing the network and file system, and is particularly suited for the development of scalable networked programs where low response times and high concurrency are important. Currently, to use Node.js on Windows, developers need to run a virtual machine with Linux.

Microsoft and Joyent said their plan is to create an official binary node.exe release on Nodejs.org, “which will work on Windows Azure and other Windows versions as far back as (Windows Server) 2003.” The pair declined to provide a timetable as when they expected to realize that goal.
On November 7, Microsoft execs announced the completion of v0.6.0 – “which is the first official stable build that includes Windows support.”

According to the November 7 post by Claudio Caldato, Microsoft Principal Program Manager, Interoperability Strategy Team, “(W)hile we were busy making the core Node.js runtime run on Windows, the Azure team was working on iisnode to enable Node.js to be hosted in IIS. Among other significant benefits, Windows native support gave Node.js significant performane improvements.”

评分

参与人数 2积分 +8 收起 理由
flyspirit + 5 感谢分享
o2h2o + 3 谢谢奉献

查看全部评分

Advertisement
Advertisement

发表于 2011-11-9 14:43 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://blogs.msdn.com/b/interope ... ndows-released.aspx

Great news for all Node.js developers wanting to use Windows: today we reached an important milestone - v0.6.0 – which is the first official stable build that includes Windows support.

This comes some four months after our June 23rd announcement that Microsoft was working with Joyent to port Node.js to Windows. Since then we’ve been heads down writing code.

Those developers who have been following our progress on GitHub know that there have been Node.js builds with Windows support for a while, but today we reached the all-important v0.6.0 milestone.

This accomplishment is the result of a great collaboration with Joyent and its team of developers. With the dedicated team of Igor Zinkovsky, Bert Belder and Ben Noordhuis under the leadership of Ryan Dahl, we were able to implement all the features that let Node.js run natively on Windows.

And, while we were busy making the core Node.js runtime run on Windows, the Azure team was working on iisnode to enable Node.js to be hosted in IIS. Among other significant benefits, Windows native support gave Node.js significant performane improvements, as reported by Ryan on the Node.js.org blog.

Node.js developers on Windows will also be able to rely on NPM to install the modules they need for their application. Isaac Shlueter from the Joyent team is also currently working on porting NPM on Windows, and an early experimental version is already available on GitHub. The good news is that soon we’ll have a stable build integrated in the Node.js installer for Windows.

So stay tuned for more news on this front.

Claudio Caldato,

Principal Program Manager, Interoperability Strategy Team
头像被屏蔽

禁止访问

发表于 2011-11-9 14:46 |显示全部楼层

有啥意义?

此文章由 atransformer 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 atransformer 所有!转贴必须注明作者、出处和本声明,并保持内容完整

发表于 2011-11-9 14:51 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
意义之一是:
配合JSON DB 比如MongoDB
开发者只需学javascript,就可以做出整个系统
从数据库
到server
到网页
都用javascript,

数据格式 /数据传递 都用JSON

目前已经建立的系统显示, ,速度/容量将比普通的asp.net之类的提高很多

[ 本帖最后由 典 于 2011-11-9 13:53 编辑 ]

发表于 2011-11-9 23:29 |显示全部楼层
此文章由 IsDonIsGood 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 IsDonIsGood 所有!转贴必须注明作者、出处和本声明,并保持内容完整
原帖由 于 2011-11-9 14:51 发表
意义之一是:
配合JSON DB 比如MongoDB
开发者只需学javascript,就可以做出整个系统
从数据库
到server
到网页
都用javascript,

数据格式 /数据传递 都用JSON

目前已经建立的系统显示, ,速度/容量将比普通的asp.net之类的提高很多

那不是全部源代码都暴露出来了?安全性怎么保证?
头像被屏蔽

禁止访问

发表于 2011-11-9 23:32 |显示全部楼层
此文章由 atransformer 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 atransformer 所有!转贴必须注明作者、出处和本声明,并保持内容完整
原帖由 于 2011-11-9 14:51 发表
意义之一是:
配合JSON DB 比如MongoDB
开发者只需学javascript,就可以做出整个系统
从数据库
到server
到网页
都用javascript,

数据格式 /数据传递 都用JSON

目前已经建立的系统显示, ,速度/容量将比普通的asp.net之类的提高很多


web 最后不都是 http ? 速度/容量 跟语言有关系吗?
Advertisement
Advertisement

发表于 2011-11-9 23:39 |显示全部楼层
此文章由 o2h2o 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 o2h2o 所有!转贴必须注明作者、出处和本声明,并保持内容完整
纯js的项目
个人觉得最大的两个问题
一个是 SEO
一个是 代码泄露
对于内部项目 倒是很合适

[ 本帖最后由 o2h2o 于 2011-11-9 23:52 编辑 ]

发表于 2011-11-9 23:53 |显示全部楼层

回复 atransformer 6# 帖子

此文章由 huangjoice 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 huangjoice 所有!转贴必须注明作者、出处和本声明,并保持内容完整
看看这个性能测试,http://zgadzaj.com/benchmarking- ... -against-apache-php, node.js vs apache

发表于 2011-11-10 00:15 |显示全部楼层

回复 o2h2o 7# 帖子

此文章由 huangjoice 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 huangjoice 所有!转贴必须注明作者、出处和本声明,并保持内容完整

发表于 2011-11-10 08:57 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
代码泄漏,漏的也是客户端代码,比如gmail,是泄漏了客户端js代码,那又怎样?

容量和速度,是相对的,比如,只是比如,(已经有人做过测试了)
用asp.net做的web,如果同时1万人访问,网站反应速度开始下降,10万人同时访问,server几乎没反应了

用js做的网站,同时10万人访问,速度依然很快, 这就是差别。

发表于 2011-11-10 10:10 |显示全部楼层
此文章由 psaux 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 psaux 所有!转贴必须注明作者、出处和本声明,并保持内容完整
Advertisement
Advertisement

发表于 2011-11-10 12:09 |显示全部楼层
此文章由 porcorosso 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 porcorosso 所有!转贴必须注明作者、出处和本声明,并保持内容完整
原帖由 于 2011-11-10 08:57 发表
用js做的网站,同时10万人访问,速度依然很快, 这就是差别。


何解?

发表于 2011-11-10 16:27 |显示全部楼层
此文章由 porcorosso 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 porcorosso 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://mashable.com/2011/03/10/node-js/

这一篇写得不错~

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部