Best Hosting Options for Python Web Apps?

0
3
Asked By SunnyDaze84 On

I'm currently working on a FastAPI project and I'm trying to decide the best place to host it. I've previously hosted Ruby apps on platforms like EC2, Heroku, and a VPS. I'm curious about what the most popular hosting solutions are for Python web apps these days. Any recommendations?

1 Answer

Answered By CodeCrafter99 On

If you're not into self-hosting, those platforms you've mentioned are solid choices. I prefer to self-host for most things until scaling becomes an issue. It works well for me!

TechieTom123 -

Do you host multiple projects on one VM, or just one at a time? And how do you handle your database?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.