简体   繁体   English

如何将我制作的应用程序部署到服务器?

[英]How to deploy my application that i made to server ?

I have created an application using mySQL, Express.js, React, Node.js我已经使用mySQL、Express.js、React、Node.js创建了一个应用程序

My question is, which servers would allow me to deploy this application for free?我的问题是,哪些服务器允许我免费部署此应用程序? I'm assuming TOMCAT wouldn't allow me to create it because I have a node.js / express.js as back-end.我假设 TOMCAT 不允许我创建它,因为我有一个 node.js / express.js 作为后端。

Outside of Heroku, here are a few free and easy deployment options:在 Heroku 之外,这里有一些免费且简单的部署选项:

Serverless:无服务器:

  1. AWS Lambda: https://amzn.to/2JgBFlL AWS Lambda: https : //amzn.to/2JgBFlL
  2. Azure Web Services: https://azure.microsoft.com/en-us/free/cloud-services/search/?&OCID=AID719825_SEM_UHdSDoOS&lnkd=Google_Azure_Brand&gclid=EAIaIQobChMIh7rFgt2k3gIVGMNkCh0wOwnqEAAYASAAEgKkP_D_BwE Azure 网络服务: https : //azure.microsoft.com/en-us/free/cloud-services/search/?&OCID=AID719825_SEM_UHdSDoOS&lnkd=Google_Azure_Brand&gclid=EAIaIQobChMIh7rFgt2k3gIVGMNkCh0wOwnqKEAAw_DAE

Of course in the future if you have a super lightweight 'app' you're trying to deploy, Github pages is a good option.当然,将来如果您要部署一个超轻量级的“应用程序”,Github 页面是一个不错的选择。

Serverless is a really good option though because deployment becomes as simple as pointing the serverless service to a repo and committing to the repo.无服务器是一个非常好的选择,因为部署变得像将无服务器服务指向一个存储库并提交到存储库一样简单。 The rest of the deployment process is handled by in these cases, either AWS or Azure.在这些情况下,部署过程的其余部分由 AWS 或 Azure 处理。 And for AWS and Azure, you can easily link in a lightweight, free SQL DB.对于 AWS 和 Azure,您可以轻松链接到轻量级、免费的 SQL 数据库。

The learning curve is no less daunting than learning to deploy on Heroku, but it is much much simpler once it's set up.学习曲线并不比学习在 Heroku 上部署更令人生畏,但一旦设置好就简单得多。 Plus - you get the added benefit of scalability for free because AWS and Azure takes care of it for you!另外 - 您可以免费获得可扩展性的额外好处,因为 AWS 和 Azure 会为您处理!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在PHP和Google Cloud Platform上部署PHP应用程序? - How can I deploy my PHP application on Google cloud Platform? 如何在亚马逊服务器中部署 Web 应用程序 - How to deploy a web application in amazon server 我希望我在Netbeans上制作的Web应用程序可以联机吗? - I want my web application made on Netbeans to go online? 如何在Tomcat服务器8.0.2上部署和运行第一个JSP应用程序? - How to deploy and run first JSP application on Tomcat server 8.0.2? 如何在tomcat服务器上部署带有mysql数据库的java web应用程序 - how to deploy java web application with mysql database on tomcat server 在服务器上部署Java EE应用程序 - deploy java EE application on the server 如何将我的 xampp locahost api 项目部署到在线虚拟主机服务器 - How to deploy my xampp locahost api project to an online webhosting server 如何在我自己的Tomcat服务器上部署Broadleaf演示? - How to deploy the broadleaf demo on my own Tomcat server? 如何在本地找到为Rails应用程序创建的数据库并将其加载到服务器? - How can I find the database I created for my Rails application locally and load it to a server? 使用VisualStudio 2005应用程序部署MySQL服务器 - Deploy MySQL server with VisualStudio 2005 application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM