Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

ContactsRealmWebApp

Application to demonstrate how to use Realm Sync with an iOS app to do basic operations (CRUD)

Live Example

This is the live example of the iOS application running

Live Example

Description

This application will list a table of contacts added to Mongo Realm and will synchronize the data with Realm Sync.

Operation allowed:

  1. Create a new contact
  2. Update contact
  3. Delete contact
  4. Show list of contacts