Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

What exactly is hosted on Heroku?

I understand that when I choose Heroku hosting, the actual Mongo DB is not hosted on Heroku. So, my question is, what is hosted on Heroku? Just the custom JavaScript code that I write on the server side? Or also, the DB access server code?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

What exactly is hosted on Heroku?

Hello Kal,

On heroku will be hosted html, js, css. The database and the server code will be on Appery.io. You will have an access to them from your application via the REST API

Return to “Issues”