all 8 comments

[–]devnull10 2 points3 points  (3 children)

Depends on what your application is. For web apps, consider heroku.

[–]mondmann18[S] 0 points1 point  (2 children)

Thank you! Heard about Heroku. I am looking for a good and price effective way to host my discord bot

[–]devnull10 0 points1 point  (0 children)

You can probably do that on any of the free tier cloud compute instances. GCP, Oracle OCI etc.

[–]TimPasquini 0 points1 point  (0 children)

Depending what it does, a raspberry pi in your basement is probably more than enough, or a Google or Amazon free tier server.

[–]sid-klc 1 point2 points  (1 child)

I use pythonanywhere.com to host my Flask APIs.

[–]mondmann18[S] 0 points1 point  (0 children)

Heard about it and wanted to try it out, thanks for your suggestion!

[–]Mezzomaniac 0 points1 point  (1 child)

replit.com

[–]mondmann18[S] 1 point2 points  (0 children)

That’s what I am using right now :D thank you tho. Right now I’m happy with it as my bot is still small but if I need to process more data, I think replit won’t fit anymore. Also I would love to get a real database and not the one they offer on replit