Process managers for Express appsExpress应用程序的流程管理器

Warning: This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. 警告:此信息指的是Expressjs团队未维护的第三方站点、产品或模块。Listing here does not constitute an endorsement or recommendation from the Expressjs project team.此处列出的内容并不构成Expressjs项目团队的认可或建议。

When you run Express apps for production, it is helpful to use a process manager to:运行Express apps for production时,使用流程管理器执行以下操作非常有用:

A process manager is somewhat like an application server: it’s a “container” for applications that facilitates deployment, provides high availability, and enables you to manage the application at runtime.process manager有点像应用程序服务器:它是应用程序的“容器”,有助于部署、提供高可用性,并使您能够在运行时管理应用程序。

The most popular process managers for Express and other Node.js applications are:Express和其他Node.js应用程序最流行的流程管理器包括: