Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Runkit 上有一个带有端点的工作 javascript。它响应 HTTP JSON 请求。但是,当我将此脚本移动到 Ubuntu 服务器时,它不会响应请求。我想它应该被用于在外部服务器上工作。网上有指导吗?任何帮助,将不胜感激。
需要自己创建一个 HTTP(s) 服务器或使用一些专门为此目的设计的框架(例如 Express、Koa、Hapi 等)。
例如,为了让它一直在后台收听,可以使用pm2或forever。