admin管理员组文章数量:1391934
I'm looking to run node.js under IIS6 ( corporate environment, they are dead set on staying on IIS6 ). I've seen iisnode but it requires iis7.
My question is this: Is there an ISAPI redirect that can be used to connect IIS6 with node.js?
I'm looking to run node.js under IIS6 ( corporate environment, they are dead set on staying on IIS6 ). I've seen iisnode but it requires iis7.
My question is this: Is there an ISAPI redirect that can be used to connect IIS6 with node.js?
Share Improve this question asked Feb 6, 2012 at 14:21 Kummer WolfeKummer Wolfe 6035 silver badges13 bronze badges 2- 1 Might you be able to use Windows Azure to host your Node.js app instead? windowsazure./en-us/develop/nodejs – Well Actually Commented Feb 9, 2012 at 6:48
- hmm.. maybe. I'll definitely give it a try! – Kummer Wolfe Commented Feb 9, 2012 at 13:19
1 Answer
Reset to default 8We actually ended up doing the reverse and put IIS behind nodejs via node-http-proxy.
There are a number of benefits to doing this. For example IIS does not support web sockets, putting nodejs in front fixes this.
The only thing that you loose from node-iis is the process management, but there are plenty of alternative ways to get your node app running reliably as a service.
本文标签: javascriptNodejs running under IIS6Stack Overflow
版权声明:本文标题:javascript - Node.js running under IIS6 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744751068a2623181.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论