如何将 Express 服务器部署到 GitHub Pages?

Posted

技术标签:

【中文标题】如何将 Express 服务器部署到 GitHub Pages?【英文标题】:How do I deploy an Express server to GitHub Pages? 【发布时间】:2021-08-07 00:49:17 【问题描述】:

有人告诉我,可以将 Express 服务器部署到 GitHub Pages,但并不真正了解如何。您是否像部署常规 Pages 存储库一样部署它?

【问题讨论】:

你是在哪里说的?我从来没有听说过。如果您的页面使用模板系统,您可以插入一个内容引擎,但这不是您自己的 Express 服务器。 【参考方案1】:

GitHub 页面仅托管静态 html 页面。不支持服务器端技术,因此 Express 应用程序不会在 GitHub 页面上运行。

相反,您可以考虑使用其他免费提供商,例如 Heruko 或 Netlify。

【讨论】:

以上是关于如何将 Express 服务器部署到 GitHub Pages?的主要内容,如果未能解决你的问题,请参考以下文章

将React + NodeJS + Express + MySQL应用程序部署到Heroku仅部署服务器而不是React

如何将 Express NodeJS 项目部署到 Centos 服务器?

通过Github与PM2部署Node应用

如何将 React + NodeJS Express 应用程序部署到 AWS?

将 Node、Express 和 MongoDB 服务器部署到 heroku

如何将 express react 应用程序部署到 aws elastic beanstalk?