【发布时间】:2020-02-05 14:58:56
【问题描述】:
我有一个由 node.js 前端托管的 python 应用程序。我在 Google Cloud 虚拟机 (GCP) 上的 linux vm 上运行它。node appname runserver 8080 命令在 VM 中启动本地服务器,但我想知道通过 DNS 从外部世界访问它的逐步过程。
或者,如果有更好的方法在 Web 界面后面托管 python ML 应用程序,那么请提出建议。
【问题讨论】:
标签: python node.js google-cloud-platform virtual-machine httpserver