Example app written in Objective-C to communicate with a Meteor Server using ObjectiveDDP and Core Data to store and sync data for offline use.
======================
# If not already installed, install Meteor first.
curl https://install.meteor.com/ | sh
# Clone the server
git clone https://github.com/flashfabrixx/socketServer.git
cd socketServer
meteor
# Clone the app
git clone https://github.com/flashfabrixx/socketClient.git
cd socketClient
pod install
open socketClient.xcworkspace/Open the webapp at http://localhost:3000 and run the iOS app in the simulator. If you want to test the app on your device, make sure to update the server path in MeteorAgent.m with your hostname.
======================
- Create, update and delete simple posts
- Webapp (Server Repository)
- ObjectiveDDP to communicate with websocket
- Offline storage with Core Data and synchronisation
======================
======================
MIT License.
