Where to host Django/Flask apps #135
-
I am researching places to host my Django and Flask apps. Localhost works well for on location apps. I'm trying to get client based work online (websites/apis). Any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
@RemcoHalman I havent, but I shared this discussion in the |
Beta Was this translation helpful? Give feedback.
-
@RemcoHalman why don't you try out heroku. |
Beta Was this translation helpful? Give feedback.
-
@Krishna-Ravi Has already suggested what I was going to say. I haven't used Django/Flask yet, but I do host a discord bot on Heroku for free. They have command-line tools to make it simple to work with. |
Beta Was this translation helpful? Give feedback.
-
I second Heroku. If your looking for something more for production consider setting up a server with digital ocean. |
Beta Was this translation helpful? Give feedback.
-
Does Heroku not become expensive when leaving the Free tier? Ill look into it 👌🏼Thnx |
Beta Was this translation helpful? Give feedback.
-
Repl.it is a pretty good service to host code, I am hosting my discord python bot over there, which uses Flask to make a webserver and keep the bot online. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input! Will look into Heroku and repl.it |
Beta Was this translation helpful? Give feedback.
-
looking for the best economic solution to deploy a flask application on the web, and also wants to know the deployment process. |
Beta Was this translation helpful? Give feedback.
@Krishna-Ravi Has already suggested what I was going to say. I haven't used Django/Flask yet, but I do host a discord bot on Heroku for free. They have command-line tools to make it simple to work with.
You'll need to set up a free account with them, and then hopefully this might help.
[deploy python on heroku]https://devcenter.heroku.com/articles/deploying-python)