App Engine vs Heroku
Hi,
I am currently considering two options as a back-end to a CRUD type mobile application: App Engine and Heroku. While it is fairly easy to calculate the costs of the Heroku option, I do not have experience with App Engine so I don't really know what to expect if I get a decent number of hits per day. App Engine looks like the easiest option technically but is this worth having your data and app logic tied to Google's platform?
Have you used App Engine / Heroku lately? Any thoughts?
Thanks!
10 comments
[ 3.6 ms ] story [ 44.7 ms ] threadHeroku runs more portable things you can easily deploy on your own boxes.
I guess I have to decide whether I am ready to pay a monthly fee on Heroku during bootstrap time as opposed to basically nothing on app engine. You said you were familiar with app engine, globally are you satisfied with the platform? I will use Python, whether on app engine or Heroku.
I AppEngine is a great platform for getting an app off the ground, and for a POC... but beyond that I wouldn't recommend it.
-Ben
I know I would get to beta 1 or a prototype faster on app engine but I did not know the limitations you mention would cause such headaches. I thought we had more room.
What I like of app engine is the search service but I think it could become costly - there is no price right now but the api call limits seem rather low. And I see that you can do full text search in Postgres at no additional cost than the monthly database plan.
It's important to note the various limitations(file size,writes to file system,etc).