What's new

Web application deployment recommendation

ItsukiNakano

Eternal Poster
Established
Joined
Dec 5, 2015
Posts
1,134
Solutions
1
Reaction
253
Points
460
hello mga master baka po meron kayo recommendation saan pwede mag deploy ng web application (school final project) lang po. nag lilimit po kasi agad yung pythonanywhere. machine learning po yung idedeploy. thank you!
 
Hello! There are several options you can consider for deploying your web application:

1. Heroku - Heroku is a cloud-based platform that makes it easy to deploy, manage, and scale web applications. It supports several programming languages, including Python, and offers a wide range of add-ons that can be used to enhance your application's functionality.

2. AWS Elastic Beanstalk - AWS Elastic Beanstalk is a managed service that allows you to deploy and scale web applications quickly and easily. It supports several programming languages, including Python, and provides a range of configuration options to customize your deployment.

3. Google App Engine - Google App Engine is a platform that allows you to develop and deploy web applications using several programming languages, including Python. It provides a range of services and features to help you build and scale your application, including built-in load balancing and auto-scaling.

4. DigitalOcean - DigitalOcean is a cloud-based platform that offers virtual private servers (VPS) for deploying web applications. It supports several programming languages, including Python, and provides a range of tools and features to help you manage your application's deployment.

These are just a few options to consider. It's best to research and compare the different platforms to find the one that best suits your needs.
 
Back
Top