如何在Hostgator VPS上设置基于node.js和socket.io的应用程序

时间:2016-06-09 13:16:32

标签: node.js

我在Hostgator中有VPS计划我有一个基于socket.io和node.js的聊天应用程序。我想知道如何设置这个应用程序来处理Hostgator.And如何让它听取端口以外的端口80因为它已经被用于运行基于apache的应用程序。

1 个答案:

答案 0 :(得分:1)

这个问题很难回答。首先,您可能需要将app作为服务运行,如下所示:Running Node from hostgator's vps

由于端口80被阻止,您需要打开一个新端口,如下所述:how to install a node.js server at chat.mydomain.com on a hostgator vps hosting?

然后,如果您不希望仅通过端口访问聊天应用程序,则可以安装nginx以通过子域访问它。你应该先阅读这里:http://forums.hostgator.com/adding-nginx-vps-t93880.html

3年前我问了一个非常相似的问题,你可以在这里阅读:hostgator vps level 1 & node.js 这导致我离开hostgator并转移到我的所有node.js应用程序的digitalocean。这是一个幸福,很快得到你要求的所有和运行!