Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
added detailed Diff Sync links to Docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
lfryc committed Mar 11, 2015
1 parent 3218e6b commit be6c2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ See the [SimplePushClient API docs](http://aerogear.org/docs/specs/aerogear-js/A

The Diff Sync client and server are based on an implementation of Google's [Differential Synchonrization](http://research.google.com/pubs/pub35605.html) by Neil Fraser.

The DiffSyncClient connects to the [AeroGear Sync Server](https://github.com/aerogear/aerogear-sync-server)
The [DiffSyncClient](http://aerogear.org/docs/specs/aerogear-js/AeroGear.DiffSyncClient.html) connects to the [AeroGear Sync Server](https://github.com/aerogear/aerogear-sync-server)

The DiffSyncEngine is responsible for the algorithm logic.
The [DiffSyncEngine](http://aerogear.org/docs/specs/aerogear-js/AeroGear.DiffSyncEngine.html) is responsible for the algorithm logic - there are two adapters available: [JSON Patch](http://aerogear.org/docs/specs/aerogear-js/AeroGear.DiffSyncEngine.adapters.jsonPatch.html) and [DiffMatchPatch](http://aerogear.org/docs/specs/aerogear-js/AeroGear.DiffSyncEngine.adapters.diffMatchPatch.html).


## UnifiedPushClient
Expand Down

0 comments on commit be6c2b7

Please sign in to comment.