I'm curious if anyone knows of any frameworks that enable asynchronous multiplayer gaming in iOS?
I know GameKit/Game Center eases synchronous (realtime) multiplayer gaming - I'm thinking of something more like Words With Friends. There would obviously need to be a server-side element that I'd have to provide, to store game state and send "your turn" notifications - just wondering if anyone's already invented some of this wheel or not.