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
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.