Thoughts of Cloud Development/Google App Engine

Posted by jiewmeng on Programmers See other posts from Programmers or by jiewmeng
Published on 2010-12-07T15:50:30Z Indexed on 2011/01/14 16:59 UTC
Read the original article Hit count: 397

I use mainly PHP for web development, but recently, I started thinking about using Google App Engine. It doesn't use PHP which I am already familiar with, so there will be a steeper learning curve. Probably using Python/Django. But I think it maybe worthwhile. Some advantages I see:

  • Focus on App/Development. No need to setup/maintain server ... no more server configs
  • Scales automatically
  • Pay for what you use. Free for low usage
  • Reliable, it's Google after all

Some concerns though:

  • Does database with no joins pose a problem for those who used App Engine before?
  • Do I have to upload to Google just to test? Will it be slow compared to testing locally?

What are your thoughts and opinions? Why would you use or not use App Engine?

© Programmers or respective owner

Related posts about web-development

Related posts about google-app-engine