Do you,
- Use their serverless functions
- Use non-hoster's serverless functions
- Host monolithic server
Do you use multiple hostings at once?
Or, do you even "use JAMstack hosting", or host as full stack?
Do you,
Do you use multiple hostings at once?
Or, do you even "use JAMstack hosting", or host as full stack?
For further actions, you may consider blocking this person and/or reporting abuse
Usman Awan -
Abdulkadir Saloum -
Alvaro Montoro -
Hana Sato -
Top comments (10)
I prefer Vercel if my JAMstack app goes beyond static. I do use their serverless functions and they have surprisingly fast cold starts. I use Firebase for database and storage and Vercel for hosting and functions.
I mean when you put it like that I hate to admit it ð but yeah, deploying a small, containerized app that serves static pages and JSON is my preference for this kind of situation. You lose the "free hosting" benefit, but it's the easiest way to avoid having to do cross-origin stuff.
I just use Vercel because serverless functions Just WorkâĒ. I believe Netlify has support for serverless functions but I can't really find much on it, so I just use it for purely static stuff.
serverless.css-tricks.com.. Here is a good list of the state of the art Services.. I'll go with Netlify and Firebase.. But it depends on the project.. Functions on Netlify are AWS Lambda without the need of an AWS Account.
I use Netlify with their serverless functions, which according to Netlify are AWS lambda functions simplified. I used Firebase at first for data storage but in time switched to FaunaDB, firebase's bundle size was too much for me.
Render.com is a great option too IMO.
They said they allow anything, but free tier is limited to Static?
Google App Engine offers generous free tier, with automatic Nginx setup, so it is quite cool IMO.
Even better than Heroku free tier, where Dyno sleeps after a while. Not to mention that SSL + custom domain doesn't exist in Heroku free tier. (but I did find a way to circumvent that with Cloudflare.)
Yeah, the free tier is only static. It's like combining the simplicity of Netlify/Vercel and the DB hosting/cron/docker powers of Heroku.
I'm surprised I haven't seen any AWS Lambda mentions. Is vercel that good?
I invite you to check this post from Bejamas (yes, I am working for them).Linke: bejamas.io/blog/jamstack-hosting-d... + it comes with a free comparison tool as well. Hope it helps.