I have a flask application, and I want to run this application in production. Is it possible to do this without your own server and if yes where it is possible?
Asked
Active
Viewed 642 times
-1
-
1are you searching for a PaaS? an online platform where you can run your web app without taking care of networking, hardware, etc? – effedici Mar 01 '22 at 11:26
-
I want to use this website using my own server, If PaaS is doing this one, it is what I want – Sht Mar 01 '22 at 11:28
1 Answers
2
Yes, You can run the flask application through your own webserver such as Apache2 or Nginx hosted in your own server.
Check this out for more info

Nikhil Raikar
- 43
- 6
-
1
-
1It depends, if you want to host it in the cloud then yes, the application will be running in the cloud and can be accessed by the users from their local machine by typing the website name. – Nikhil Raikar Mar 01 '22 at 11:41
-
-
1To host it in your own internal server, which in my sense would be super expensive. – Nikhil Raikar Mar 08 '22 at 11:30