Introduction to Realm Sync
Realm Sync is the easiest way to enable offline-first and real-time functionality to Mobile and Web Apps. Traditionally, apps like Evernote, Google Drive, Dropbox need extreme talent and a great amount of resources to build apps that enabled both syncing and offline features. Realm Sync is a platform that enables both enterprise teams and hobbyist the ability to create complex, fast, and functional apps without worrying about the nitty gritty infrastructures of a realtime system.
Realm Sync is an entire framework broken up into simple parts:
- Realm Object Server
- Realm-JS
- Realm-Swift
- Realm-Java (originally known as Realm-Android, but now with JVM support!)
- Realm-DotNet
Requirements: Your environment simply needs to be:
- Node v6.10 or higher with
npm
installed as well - MacOS, Windows or Linux Environments
Table of Contents
Realm-Object-Server
- Command Line Interface
- Object Server as Package
- Configuration
- Robust Permissions
- Deleting Realms
- Authentication