Client and server classes that connect automatically via Bonjour. Pass an object to the server, and it will pop out at the client, and vice versa or distribute it to all connected clients in one go.
Archive for category Networking
ThoMoNetworking
Mar 7
CRServerSwitchboard
Mar 5
CRServerSwitchboard lets you easily make asynchronous, threadless HTTP calls to your server for JSON encoded data. You can specify which HTTP method to use and optionally pass request data, and the request and response data is automatically converted into JSON notation.
XMPPFramework
Feb 14
An XMPP Framework in Objective-C for the Cocoa development community.
RestKit
Feb 4
An Objective-C framework for interacting with RESTful web services, combining a clean, simple HTTP request/response API with a powerful object mapping system.
ULINetSocket
Jan 25
A TCP socket wrapper around CFSocket API with transparent buffering. This is a continuation of Dustin Mierau’s NetSocket source code.
CocoaHTTPServer
Jan 13
ConnectionKit
Jan 12
EGOImageLoading
Jan 10
Simplify asynchronous image loading from the web, particularly in a UITableView.
AsyncSocket
Dec 23
A TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous operation, and native Cocoa classes complete with delegate support, for both TCP and UDP.
Seriously
Dec 23
An Objective-C library for HTTP requests, specifically calls to REST Web services.