I need to implement an http server which accepts requests from android devices. To give a brief idea, this server will contain a location based game, and multiple android devices can access this game which is stored on the server. The server will also handle messages sent via mobile devices. can you give me some tips or links of articles/tutorials which might help me in this task?
server for android
208 Views Asked by g90 At
2
I wouldn't use HTTP as a game server protocol. Take a look at Apache Mina. It's an Java, event based framework. I recommend the "new line" protocol.