5 Ways To Host Your Applications

5 Ways To Host Your Applications

1. Surge

Surge is a cloud platform for hosting static websites, which is extremely simple to use but offers customization options for those who need them.

Surge

2. Firebase

Firebase Hosting is a fully managed hosting service for static and dynamic content as well as microservices.

The service is backed by SSD storage and a global CDN (content delivery network).

Firebase

3. Vercel

Vercel is a hosting platform for frontend frameworks. After you create a pr it will automatically create an environment for you so that the team can check it before merging it. So useful!

Vercel

4. Github Pages

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process and publishes a website

Github Pages

5. Netlify

Netlify is a web hosting and automation platform that accelerates development productivity

I deployed most of my projects to Netlify because it is so easy to use, it is supporting custom domains, and much more.

Netlify