Code examples for simple game servers

后端 未结 3 991
眼角桃花
眼角桃花 2021-02-06 09:44

I\'d like to build an iPhone game for the Game Center and am currently researching the server part of it all. I learn best by example and I\'m having a hard time finding any ex

3条回答
  •  旧时难觅i
    2021-02-06 10:46

    I recently built a client server application, the server side was based on Netty. There are a number of great examples of how things might be able to work on their website. It turned out to perform well also. For a game you might also consider utilising Google ProtoBuffers - an example of this is also on the Netty site.

提交回复
热议问题