Discuss Scratch

TheCommCraft
Scratcher
500+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

-cloudcoding- wrote:

(#60)
I totally forgot, Codesandbox.io's devboxes might work… I don't full understand them though.
They have a monthly limit afaik
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)

TheCommCraft wrote:

glitch.com works great
it 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
dynamicsofscratch
Scratcher
1000+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

bigspeedfpv wrote:

(#66)
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
this topic is for hosting options for python. but i guess rust users could use it
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.
dynamicsofscratch
Scratcher
1000+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

MagicCrayon9342 wrote:

(#68)
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.
what about heroku? its free with that eco dyno hour stuff i think
-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)

-cloudcoding- wrote:

(#70)
Vercel?
yeah vercel
-cloudcoding-
Scratcher
1000+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

dynamicsofscratch wrote:

-cloudcoding- wrote:

(#70)
Vercel?
yeah vercel
Idrk much about it but it might work.
TheCommCraft
Scratcher
500+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

MagicCrayon9342 wrote:

(#68)
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.
But it needs ping to stay online, what are you planning on using for that
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)

TheCommCraft wrote:

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)

dynamicsofscratch wrote:

what about heroku? its free with that eco dyno hour stuff i think
Their 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)

Maximouse wrote:

(#76)

dynamicsofscratch wrote:

what about heroku? its free with that eco dyno hour stuff i think
Their website says Eco costs $5 per month: https://devcenter.heroku.com/articles/eco-dyno-hours
That's what I thought!
-cloudcoding-
Scratcher
1000+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

-unrelated- wrote:

TheCommCraft wrote:

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
Ooh someine should make that.
TheCommCraft
Scratcher
500+ posts

Free hosting options for python. (Used for scratchattach servers and similar)

-cloudcoding- wrote:

(#78)

-unrelated- wrote:

TheCommCraft wrote:

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
Ooh someine should make that.
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.
-unrelated-
Scratcher
60 posts

Free hosting options for python. (Used for scratchattach servers and similar)

crystalhost.xyz is an option

Powered by DjangoBB