Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I just learned about Google App Engine, and I must say it is fantastic. But, based on the nature of Google app engine, is it possible to design an e-commerce website using Google App Engine? I mean, based on the huge cloud server platform provided by Google App Engine, we have a built-in content delivery network. But, should it be that way?

share|improve this question
What do the last two sentences of your question have to do with the first two? – Nick Johnson Sep 27 '11 at 0:50

1 Answer

up vote 1 down vote accepted

is it possible to design an e-commerce website using Google App Engine? well it is, but there is a major fall back if you are looking for HTTPS secure connection on custom domain name then till now GAE doesn't support that SSL only provided for .appspot.com domain names. apart from this, if you want to develop such a website then why not go for more portable alternative, develop your e-commerce website on web2py or django. both can be hosted on GAE (in case of web2py it just need minor modifications.) GAE is not that mature till now but it has a bright future though and it depends on your immediate needs that you want to develop on GAE or some other platform/framework

And if you are focusing on developing an e-commerce website rather than on learning development over GAE the i would say that go for web2py, because porting is really very easy.

http://wiki.web2py.com/Deploying_web2py_on_Google_App_Engine_GAE_

I have tested it myself, you can check it if you like: http://memstats-w2py.appspot.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.