So Where Do I Deploy My App ??
There are serveral platofroms to deploy your app
It depends on the complexity and use of your app
If you just want to show case your app you can use one among these 👇
Heroku
- Heroku is a cloud platform to host your apps simply
- You only need to know basic git commands
- It comes with no cost but you can deploy 5 app max
- Widely used by Developers
Netlify
- You can deploy unlimited deploys
- Widely used by Developers
Github Pages
- You can deploy unlimited apps
- Can use github actions for automations
When It comes to Scalability
AWS
- You can deploy unlimited Apps for an developer or an enterprise plan
- Recommended By Developers
- Even Dev.to is deployed on AWS # Azure
- You can deploy unlimited Apps for an developer or an enterprise plan
Top comments (2)
If you want to deploy on a VPS (virtual private server) there are cheaper options than AWS like Linode or Digitalocean.
Yeah ive mentioned just popular ones and ill be adding glitch too