-1

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?

Sht
  • 179
  • 1
  • 1
  • 9
  • 1
    are 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 Answers1

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

https://flask.palletsprojects.com/en/2.0.x/deploying/