'Without server is it possible to run flask? [duplicate]

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?



Solution 1:[1]

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/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nikhil Raikar