I have a python flask app what should be a good option for me using droplet or using serverless functions and also what’s the price difference?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @3775ea87345f49089c612a426e0650
The choice between using a DigitalOcean Droplet and Serverless functions for hosting your Python Flask app depends on various factors, including your application’s requirements, complexity, expected traffic, and cost considerations. Here’s a basic comparison to help you decide:
Cons:
Pros:
Cons:
Ultimately, the choice depends on your app’s specific needs and your willingness to manage server infrastructure. You might also consider a hybrid approach, where you use serverless functions for certain components of your app and a Droplet for others, optimizing for cost and performance.
Hope that this helps!
droplet is more cheap and freedom, but you need more setup