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?
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?
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