Question by
Ksmit799 · Feb 25, 2016 at 08:58 AM ·
androidnetworkingprogrammingserverside
Android server side programming language?
So I want to make a game for Android sort of like Clash of Clans in the sense that you have a village, you can attack other people, etc. I have a mind map for how everything will work however I'm wondering how I would go about making the server side code. I know that it needs to be able to take data from the client (Player) and then do something with that data (Primarily access a MySQL database and send data back to the client. E.g Configuration of base, level, gold, etc.) What would be the best language to make this server with and how would I go about sending/receiving data with it?
Thanks, Kyle.
Comment