Why do we have so many free hosting websites

Hello, there are many free hosting websites, like vercel, github pages etc. Why there are so many hosting websites? How are each one different from each other?
56 Replies
ἔρως
ἔρως3w ago
the free tier is more like a "try me"
Faker
FakerOP3w ago
hmm but apart that what can a hosting website do more?
ἔρως
ἔρως3w ago
it also incentivises vendor locking your stuff
Faker
FakerOP3w ago
I mean the main goal is to host our website
ἔρως
ἔρως3w ago
well, github pages gets your public repo in exchange of you hosting for free
Faker
FakerOP3w ago
yeah I see nothing is free then 😂
ἔρως
ἔρως3w ago
vercel has next.js and that's vendor locked
Faker
FakerOP3w ago
yup I see, just wanted to know their differences, I wanted to host something just to know how to do it
ἔρως
ἔρως3w ago
do it, it's probably free
Faker
FakerOP3w ago
yep, from what I've heard, vercel and github pages are free (those which I know)
ἔρως
ἔρως3w ago
they are
Faker
FakerOP3w ago
but I think vercel and github pages are for front end only? don't think we can host our back-end?
ἔρως
ἔρως3w ago
you can use firebase
Faker
FakerOP3w ago
yeah or mongoDB also I think it has a free cloud version
ἔρως
ἔρως3w ago
firebase is a backend as a service
Kingpin
Kingpin3w ago
Everything is vender locked to a certain point.
ἔρως
ἔρως3w ago
eh, depends but i see your point
Faker
FakerOP3w ago
ah ok didn't know that that's why many people use it to build quick things but I think it was recently criticized for its security vulnerability ?
Kingpin
Kingpin3w ago
If you are going to dismiss a tool that is considered "vendor locked" you will have to skip at least 90% of the tools you can use I think.
ἔρως
ἔρως3w ago
nobody dismissed anything here
Kingpin
Kingpin3w ago
No ik was more like just saying Like idk inclusive talk or something idk
ἔρως
ἔρως3w ago
it's not inclusive talk, it just sounded like you came at me all aggro but i was wrong, you didn't
Kingpin
Kingpin3w ago
Ye mb xd If "someone"
ἔρως
ἔρως3w ago
and you're right, a big chunk of tools have vendor locking i can't say if it is 90% or not, but a big chunk
Kingpin
Kingpin3w ago
I like Headless cms for this reason, cuz it's still is vendor locked but it's easier to switch out if you want to use another cms.
ἔρως
ἔρως3w ago
they want you to use their stuff that's why aws has everything under the sun even had nasal dragons
Kingpin
Kingpin3w ago
Ye was just a number I pulled out of my ass hehe
ἔρως
ἔρως3w ago
lol i know but i got your point
Kingpin
Kingpin3w ago
It's just a question which tools is more vender locked and what are the pros vs cons of that.
ἔρως
ἔρως3w ago
all want to be as much as possible, while being usable by everyone
Jochem
Jochem3w ago
it's the same question as "why are there so many car brands" or "why is there more than one brand of cola" welcome to capitalism 🤷
Faker
FakerOP3w ago
yup still remember your answer for a similar question, people love different things :p
Kingpin
Kingpin3w ago
Who's answer?
Faker
FakerOP3w ago
jochem
Kingpin
Kingpin3w ago
Also each of the different options are gonna focus on a different thing to be really good at.
Ganesh
Ganesh3w ago
Doesn't firebase only have serverless functions? Iirc it doesn't offer a vm backend that constantly runs?
Ganesh
Ganesh3w ago
Free for Developers
Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions.
Ganesh
Ganesh3w ago
Not all of this is hosting solutions but a decent amount is. Probably can find enough options for backend hosting in the pass section
b1mind
b1mind3w ago
All hosting is not created equal either, you have "standard hosting" which can come with apache/cpanel, typically this is heavily dominated by shared hosting (resources for many people on the same box, no real good seperation). "serverless hosting" Which is a big missnomer because yes it can just host static website but they are not really serverless. Vercel/Netlify are prime examples and really the main two (faik) that do this kinda infra. They can spin up node for serverless functions that do backend stuff at a cost of running those functions EVERY time. Static hosting, this is github and others that only allow a static front end (that use client side fetch only). VPS hosting which is a VM typically that you rent out resources at different values (unless you rent the whole box). But requires you to do most everything.
Ganesh
Ganesh3w ago
Can you do an express api with serverless? I haven't actually tried it before I assume you will need to refactor it
b1mind
b1mind3w ago
yes https://vercel.com/guides/using-express-with-vercel I don't know if I would though xD (you want to talk about $$$ for all those function calls)
Ganesh
Ganesh3w ago
Damn
b1mind
b1mind3w ago
But that is the same for anyof them really ig Then you also have to host the front end, unless you were doing the view with it too (you said rest api though)
Ganesh
Ganesh3w ago
Is a normal vps host like render better for api then Well Apache host rather i guess
b1mind
b1mind3w ago
Idk I'm against Rest API's without a good reason to do it Fullstack frameworks are sooooooo much better imo
Ganesh
Ganesh3w ago
I would do fullstack but I hate next js from a brief stint in it So for now I'm going react + express
b1mind
b1mind3w ago
I mean you can do fullstack with Express Whole reason it supports HTML templates
Ganesh
Ganesh3w ago
Wouldn't that require me to setup react server functions myself
b1mind
b1mind3w ago
No you wouldn't use React xD
Ganesh
Ganesh3w ago
Ah that yes I used EJS templating for few of the projects I found it a bit unwieldy tho
b1mind
b1mind3w ago
Ya its not really a nuts and bolts framework like that, tbf I'm not really experienced with Express not a route I wanted to take (insert MERN meme)
Ganesh
Ganesh3w ago
I mostly took it because it's popular for jobs here and low level enough to get an understanding. Would do svelte but no jobs!
b1mind
b1mind3w ago
Fair! SvelteKit is the best imo xD More and more jobs for it though, its always gaining in popularity, just wish it was faster.. but you know tech.. and adoption and people only using whats currently popular != might be better. More jobs for Svelte outside the US too 🙁 If I was EU I'd have a job using it*
Ganesh
Ganesh3w ago
Yeah. I wish it was faster too haven't seen any jobs for it here myself except some contractor stuff and some senior engineer
StefanH
StefanH3w ago
Free tier stuff is great for just getting a prototype personal thing launched. Something that you know won't get much traffic. Like i wrote a cloudflare worker that just acts as a proxy for github webhooks. That gets like 20 requests a week and it's perfect for those tiers
Faker
FakerOP3w ago
oh what's this

Did you find this page helpful?