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
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!
Do you host multiple projects on one VM, or just one at a time? And how do you handle your database?