11pods
An iOS Sync Client for AeroGear Differential Synchronization
License: Apache 2
AeroGearSyncClient is using the synchronisation engine based on Google Diff Match Patch algorithm. This Client is based on WebSocket implementation.
License: Apache 2
AeroGearSync is the synchronisation engine based on Google Diff Match Patch algorithm. To use the sync engine, you work with its sync client. AeroGearSyncJsonPatch implements the protocol using Json Patch protocol rfc6902 and the Json merge rfc7386. AeroGearSyncDiffMatchPatch implement the Google Diff Match Patch algorithm not based on Json format. You can work using plain string and no structured model (plain text will fit).
License: Apache 2