Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Free hosting options for python. (Used for scratchattach servers and similar)
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#60)They have a monthly limit afaik
I totally forgot, Codesandbox.io's devboxes might work… I don't full understand them though.
edit: 20 hours per month
ps: king
Last edited by TheCommCraft (April 20, 2024 14:48:07)
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
I saw someone somewhere mention glitch.com, maybe that is a viable option
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
glitch.com works great
- MagicCrayon9342
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
glitch.com works greatit has an ancient version of Python (3.8) which is long EOL at this point
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Yeah, ok and it's also not working anymore
- bigspeedfpv
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
https://www.shuttle.rs/ for rust
most of your apps don't need to be always running anyway, i don't think i've seen a single backend in the ats that couldn't get away with being serverless yet
obviously I don't think serverless is the best option but it's often free (with limits of course) - expecting a free service to provide you with unlimited hosting forever is very silly
most of your apps don't need to be always running anyway, i don't think i've seen a single backend in the ats that couldn't get away with being serverless yet
obviously I don't think serverless is the best option but it's often free (with limits of course) - expecting a free service to provide you with unlimited hosting forever is very silly
- dynamicsofscratch
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#66)this topic is for hosting options for python. but i guess rust users could use it
https://www.shuttle.rs/ for rust
most of your apps don't need to be always running anyway, i don't think i've seen a single backend in the ats that couldn't get away with being serverless yet
obviously I don't think serverless is the best option but it's often free (with limits of course) - expecting a free service to provide you with unlimited hosting forever is very silly
- MagicCrayon9342
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Glitch seems to be the best option. If you were to run your projects 24/7, you can run 1 project with the free time it gives you. However, if you don't need your projects online 24/7. The free monthly hours will suffice for many projects. As long as the software you are hosting can be hosted on port 3000, it'll simply work. However, if you are running a python program that relies on anything Python 3.7 doesn't have, you can't use it.
Here's a summary/tldr below
Total monthly hours: 1000
Hours a 24/7 project uses: 672 a month
Free?: Yes
Requires card?: No
Considering full git instances are being hosted on Glitch, it'll work great for most applications. At least for small hobby projects that won't receive hundreds to thousands of requests.
Here's a summary/tldr below
Total monthly hours: 1000
Hours a 24/7 project uses: 672 a month
Free?: Yes
Requires card?: No
Considering full git instances are being hosted on Glitch, it'll work great for most applications. At least for small hobby projects that won't receive hundreds to thousands of requests.
- dynamicsofscratch
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#68)what about heroku? its free with that eco dyno hour stuff i think
Glitch seems to be the best option. If you were to run your projects 24/7, you can run 1 project with the free time it gives you. However, if you don't need your projects online 24/7. The free monthly hours will suffice for many projects. As long as the software you are hosting can be hosted on port 3000, it'll simply work. However, if you are running a python program that relies on anything Python 3.7 doesn't have, you can't use it.
Here's a summary/tldr below
Total monthly hours: 1000
Hours a 24/7 project uses: 672 a month
Free?: Yes
Requires card?: No
Considering full git instances are being hosted on Glitch, it'll work great for most applications. At least for small hobby projects that won't receive hundreds to thousands of requests.
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Vercel?
- dynamicsofscratch
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#70)yeah vercel
Vercel?
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Idrk much about it but it might work.(#70)yeah vercel
Vercel?
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#68)But it needs ping to stay online, what are you planning on using for that
Glitch seems to be the best option. If you were to run your projects 24/7, you can run 1 project with the free time it gives you. However, if you don't need your projects online 24/7. The free monthly hours will suffice for many projects. As long as the software you are hosting can be hosted on port 3000, it'll simply work. However, if you are running a python program that relies on anything Python 3.7 doesn't have, you can't use it.
Here's a summary/tldr below
Total monthly hours: 1000
Hours a 24/7 project uses: 672 a month
Free?: Yes
Requires card?: No
Considering full git instances are being hosted on Glitch, it'll work great for most applications. At least for small hobby projects that won't receive hundreds to thousands of requests.
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Vercel seems to be perfect for now but I'll do some testing first.
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
Vercel seems to be perfect for now but I'll do some testing first.After some research, I conclude that Vercel cannot be used for scratchattach hosting but it can be used for flask servers and perhaps as a pinging system for glitch
- Maximouse
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
what about heroku? its free with that eco dyno hour stuff i thinkTheir website says Eco costs $5 per month: https://devcenter.heroku.com/articles/eco-dyno-hours
Last edited by Maximouse (April 23, 2024 11:15:37)
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#76)That's what I thought!what about heroku? its free with that eco dyno hour stuff i thinkTheir website says Eco costs $5 per month: https://devcenter.heroku.com/articles/eco-dyno-hours
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Ooh someine should make that.Vercel seems to be perfect for now but I'll do some testing first.After some research, I conclude that Vercel cannot be used for scratchattach hosting but it can be used for flask servers and perhaps as a pinging system for glitch
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#78)I think it could be possible to setup a vercel proxy thingy website where a requests leads to a requests to something else (like glitch). And then one could use uptimerobot to regularly ping that.Ooh someine should make that.Vercel seems to be perfect for now but I'll do some testing first.After some research, I conclude that Vercel cannot be used for scratchattach hosting but it can be used for flask servers and perhaps as a pinging system for glitch
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
crystalhost.xyz is an option
- Discussion Forums
- » Advanced Topics
-
» Free hosting options for python. (Used for scratchattach servers and similar)






