mirror of
https://github.com/appdecentral/replicatingtypes.git
synced 2026-03-03 18:23:21 +01:00
056c343f5b275166318bfe70892c1fed3afb851d
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
- Conflict-Free Replicated Data Types (CRDTs) in Swift. An introduction to the series, what replicating types are, and the rules they follow.
- 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.
- A First Replicating Collection. Introduces the first collection type, a replicating add-only set.
- 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.
- Replicants All the Way Down. Introduces a replicating dictionary type which recursively merges its values.
Languages
Swift
100%