I am building a Web App using Codeigniter and MySQL and completed most of the part.
But then i encounter with Google App Engine that offer great features like one dont have to worry about scalability and infrastructure.
Now i was thinking of Hosting it on Google app Engine rather than on a Dedicated Server.
Before asking a question i want to make a few points.
- It will consume time as i have to rewrite the code in Django(Yes i can use quercus but i think there will be some performance issue).
- I read some other answers saying that "GAE better if your site is 'Huge'". this app could be but for now its not "HUGE".
- i am developing the App by my own so it could be better since i dont have to worry about Scaling and all... i can concentrate more on Logic Part.
- Final solution would be wait for app's eligibility criteria("Huge") and then Port it in to App engine.
So is it better idea to build a Web App on GAE with Datastore or should i use a Traditional Server?