Previously I mentioned the CocoaHTTPServer library that allows you to easily set up an http server embedded within your apps.
Here’s an open source framework submitted by Alsey Miller that utilizes CocoaHTTPServer allowing you to easily share Core Data enties over a network.
NetworkObjects is inspired by Apple’s WebObjects and was created to provide an alternative to Cocoa’s Distributed Objects which are not available on the iOS platform.
An example is included containing both a mac based server, and iOS based client app.
You can find the DistributedObjects framework on Github here.
A nice easy way to share data over a network.
Thanks to Alsey for the submission.
- Open Source: Framework For Easily Building Adding A Web Based Backend To iOS Objective-C Apps
- An iOS Objective-C Socket.IO Client Library For Easy Real-Time Web Communication
- Open Source Core Data And Network Debugging Tool For iOS Apps
- Open Source Framework Extending Core Data With Peer-To-Peer Synchronization Options
- Open Source Library Providing Easy iCloud Document And Data Syncing
Original article: A WebObjects Inspired Server/Client Framework Allowing You To Easily Share Core Data Entities
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




