Tagged Questions
6
votes
2answers
568 views
Using Google App Engine to Perform World Updates vs an Authoritative Server
I am considering different game server architectures that use GAE. The types of games I am considering are turn-based where the world status would need to be updated about once per minute.
I am ...
6
votes
4answers
774 views
Can Google App Engine communicate with a stand alone program?
If I create a client program using say C#, or develop something for the Android or Iphone, can I use Google App Engine for the server and communicate with the client application mentioned above?