开发者

server for android

I need to implement an http server which accepts requests from android devices. To give a brief idea, this server wil开发者_如何学JAVAl 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?


Any server can make this stuff. It depends on what programming language are you using on server-side. I don't know what language you know but I usually use ruby on rails. If you use rails, then you can use heroku for a quick and fast server to implement. But it depends on your language.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜