Home > Enterprise >  why should we use heroku to deploy a server site?
why should we use heroku to deploy a server site?

Time:05-09

Heroku is popular, but I want to know that is there any other similar to Heroku? I need the command of Heroku .. and please give me some example how to set up Heroku with browser.

CodePudding user response:

Heroku is amazing for starting because it's easy to deploy REST API and free at the beginning. Of course, when you want to work on scale(a lot of users) you will prefer to use firebase or aws usually.

CodePudding user response:

When you use server site data, you need to run both server site and client site at the same time in you pc. But by using Heroku, you dont need to open server site! because heroku will run you server,and you can access data from anywhere.

  • Related