Has anyone had any experience with GAE’s Channel API? It looks great for simple network games. It seems that clients send info to the server via POST, and they are notified via open channels using sockets.
Would it be possible to implement that in iOS Basic? I know that www would handle POSTs, I’ve done that before. But what about sockets? Could I use System.Net.Sockets in iOS Basic?