December 2011
1 post
5 tags
Rapid network protocol prototyping with...
github:TCAsyncHashProtocol. I like constructing simple network protocols from plist/json-safe dicts, and
transmit them over the wire as json. Easy to prototype with, easy to debug.
Give TCAHP an AsyncSocket, and this is what it’ll do for you, plus
support for request-response, and arbitrary NSData attachments.
It is an embarrassment and almost an insult that my example project is a...