Node.js 在 IIS6 下运行

发布于 2025-01-03 02:00:24 字数 122 浏览 1 评论 0原文

我希望在 IIS6 下运行 node.js (企业环境,他们坚决要留在 IIS6 上)。我见过iisnode,但它需要iis7。

我的问题是:是否有 ISAPI 重定向可用于将 IIS6 与 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪我终i 2025-01-10 02:00:24

实际上,我们最终做了相反的事情,通过 node-http-proxy 将 IIS 置于 Nodejs 后面。

这样做有很多好处。例如,IIS不支持Web套接字,将nodejs放在前面可以解决这个问题。

Node-iis 唯一失去的就是进程管理,但是有很多替代方法可以让您的 Node 应用程序作为服务可靠地运行。

We 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文