Theoretically speaking, is such a thing possible?
I know that Google App Engine can't make socket connections, so I figured using XMPP to send messages to the clients would work.
Is XMPP on Google App engine low-latency enough to work for a realtime game?
I was looking into multiplayer game servers like Smartfox and the like, but I figured that the cost of the software combined with running it on my own server would be too much of a hassle, so I figured that running it on Google's hardware would be a good idea.
If you have any other suggestions on realtime multiplayer game servers, I'd love to hear them.
Thanks for your advice!