Yes AppEngine is very capable of running a backend for a mobile application.
Some hits here... https://www.google.com/search?q=appengine+backend+mobile+game Its only if you have very specific requirements (usually high-cpu processes like video transcoding) then a running bare metal servers might be better. Although you can usually run on VPS style computing in the cloud still. Or can just outsource the heavy lifting to another server provider, and keep the orchestration on AppEngine. On Sun, Nov 18, 2012 at 10:06 PM, Ahad Yarazavi <[email protected]> wrote: > Hello All, > I am really new in this cloud environment. I have a very general question. > Can I define an application on this cloud to act as a sever for me. > specifically, I am designing an application for smart phone. this > application requires automatic server and client interactions. I am not sure > that I can do in on cloud or I need a actual server? > thanks guys > Ahad > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/s5AjD0HVscsJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
