node.js – 如何在Windows Server 2012中部署节点js

我有一个
Windows 2012服务器和hello world节点js文件(只有一个js文件和Node_module文件夹).

现在我需要将它部署到Windows服务器并需要全局运行它.

怎么做?请帮我!

我已经阅读了更多文章.但困惑.我在服务器上安装了Node app.我在当地运行它.这是工作.但如何在全球范围内实现目标. (www.xxxx.com/ABC)

谢谢

Sankaran A

最佳答案 您有两种选择:

> iisnode.此选项还有一些配置步骤,但似乎还有其他好处.
> allow port through Windows Firewall,这个帖子是自我解释的.

iisnode

一些资源:

> https://github.com/projectkudu/kudu/wiki/Using-a-custom-web.config-for-Node-apps
>我从Hosting Node.js Applications on Windows Server 2012, Complete with Git Deployment and Remote Debugging – Part 2起了几个指针

点赞