A First Replicating Type. Presents the first type in the series, a replicating register. With this simple type, you can develop complete apps in some cases.
Time for Tombstones. Introduces a set type that can be added to, and removed from. Addresses how you can handle time robustly, as well as introduce tombstones to handle deletion.
Conflict-Free Replicated Data Types (CRDTs) in Swift
Author: Drew McCormack (@drewmccormack)
Site: appdecentral.com
This repo contains the Swift code introduced in the tutorial series on CRDTs at appdecentral.com.
Related Posts