如何在 hostgator vps 托管上的 chat.mydomain.com 安装 Node.js 服务器?

发布于 2024-11-02 16:21:29 字数 305 浏览 5 评论 0原文

我有一个 Hostgator VPS 托管帐户。

我的主域已经有一个站点,比如 mydomain.com,

现在我想为 chat.mydomain.com 安装 node.js 服务器。

我需要一些安装 Node.js 服务器的帮助。

我正在寻找的是,如何设置 Node.js 服务器? - 我可以下载并安装节点 v 0.4.6,但如何让它像 apache 一样监听 chat.mydomain.com:8088 端口?那是将“节点”安装为服务并像apache监听80端口一样监听8088端口?

谢谢,
安坚

I have a hostgator VPS hosting account.

I already have a site at my main domain, say mydomain.com

now i want to install node.js server for chat.mydomain.com.

i need some help installing the node.js server.

what i m looking for is, How to setup the node.js server? - I can download and install the node v 0.4.6 but how to make it listen to a port say chat.mydomain.com:8088 like apache? That is install the "node" as a service and listen to port 8088 like apache listens to port 80?

Thanks,
Anjan

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

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

发布评论

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

评论(1

少女情怀诗 2024-11-09 16:21:29

您所需要做的就是打开一个端口来侦听请求,例如,如果您想在 8088 上运行 Node,然后通过 chat.mydomain.com 访问它。

根据他们的支持,你需要联系他们为你开通8088>> http://support.hostgator.com/articles/pre-sales -政策/开放新端口

All you need to is to open up a port to listen to requests e.g. if you want to run Node on 8088 and then access it with chat.mydomain.com.

According to their support, you need to contact them to open up 8088 for you > http://support.hostgator.com/articles/pre-sales-policies/open-new-ports

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