I've implemented a multiplayer board game using an iOS client and a GAE service. I'd be more than happy to talk about my experiences. If you search for my posts on this forum you'll probably find earlier mentions of the overall architecture, or if you want more specific information I can follow up in this thread.
- Kris On Sunday, March 16, 2014 8:34:13 AM UTC-7, Vinny P wrote: > > > On Sat, Mar 15, 2014 at 7:21 AM, José Santos <[email protected]<javascript:> > > wrote: > >> I'm new in this stuff and I have a question for my future project ! >> Is It possible to use the Google Backend to implement the >> conditions/logics of a Chess game (in Java) >> and then on an Android/IOS play the game with the info stored in the >> Backend ? >> > > > Yes you can. The backend doesn't care about the OS that the request > originates on. As long as your client application can speak regular HTTP to > the backend, that's all that matters. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
