On Sat, Mar 15, 2014 at 7:21 AM, José Santos <[email protected]> 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.
