background
loading scroll to btns
Back To Home
no type
2 min readAugust 10, 2023

🏯 hosting

Hosting Websites

  • heroku

what is heroku?

  • a platform as a service that hosts apps, APIs, python, and etc...
  • can host full-stack applications

what to use heroku for?

  • run a docker image
  • host a website
  • host a database

Alternatives to host a node server

  • fly
  • render
  • railway

Alternatives to run a docker image

  • easy
    • railway
  • medium
    • render
    • fly
  • hard
    • AWS

Alternatives to host a website

  • easy
    • vercel
    • netlify
    • github pages
  • medium
    • render
    • fly
    • cloudflare
  • hard
    • AWS/GSP

Alternative for hosting a database

  • easy
    • railway
  • medium
    • planetScale
    • supabase
    • cockroachDB
    • atlas
  • hard
    • aws

How to deploy a vite app

  • netlify
  • github pages
  • firebase
  • heroku
  • vercel
  • cloudflare pages

Images

  • cloudinary

Videos

  • cloudinary

free-tier hosting websites?

cloud hosting?

kind of manual alternative to heroku

  • linode
  • digital ocean

free hosting?

for front-end applications, serverless apps, and static websites

  • netlify
  • vercel

alternative to heroku?

  • render
  • railway
  • cyclic
  • digital ocean
  • linode

resources

Comments