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 ...