有没有办法在IIS7中安装node.js?
我对node.js的经验很少,但编写服务器端JavaScript的想法引起了我的兴趣。
答案 0 :(得分:10)
是的,你可以做到......但它仍然不会像你希望的那样容易。 : - )
github wiki for iisnode列出了许多好处:
本月早些时候发布了针对windows的node.js的第一个稳定版本。 http://blogs.msdn.com/b/interoperability/archive/2011/11/07/first-stable-build-of-nodejs-on-windows-released.aspx
有关在Windows上托管IIS的更多信息,请访问here和here。
使用的先决条件
%programfiles(x86)%\nodejs
来手动执行此操作安装IIS 7.x
%programfiles%\iisnode\setupsamples.bat
http://localhost/node
安装IIS Express / WebMatrix
%localappdata%\iisnode\www
,启动网站,然后播放iisnode示例,或答案 1 :(得分:1)
答案 2 :(得分:1)
现在有一些很好的文章:
Installing and Running node.js applications within IIS on Windows - Are you mad?
Hosting node.js applications in IIS on Windows
http://www.amazedsaint.com/2011/09/creating-10-minute-todo-listing-app-on.html
...甚至包含一些样本的github项目:
https://github.com/tjanczuk/iisnode/tree/master/src/samples
https://github.com/tjanczuk/iisnode