DEV Community

Cover image for So Where Do I Deploy My App ??
Alestor Aldous
Alestor Aldous

Posted on

So Where Do I Deploy My App ??

Alt Text

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

And More ..

Conclusion

Every Service has its own pros and cons

Keep Coding !!!

🙏 Share with your friends on Twitter

Top comments (2)

Collapse
 
aghost7 profile image
Jonathan Boudreau

If you want to deploy on a VPS (virtual private server) there are cheaper options than AWS like Linode or Digitalocean.

Collapse
 
alestor_123 profile image
Alestor Aldous

Yeah ive mentioned just popular ones and ill be adding glitch too