https://github.com/nathanborror/replicable
https://github.com/nathanborror/replicable
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanborror/replicable
- Owner: nathanborror
- Created: 2022-11-14T03:30:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T03:41:27.000Z (about 3 years ago)
- Last Synced: 2025-01-12T13:26:14.853Z (12 months ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replicable
A collection of conflict-free replicated data types (CRDTs) in Swift based on articles authored by [Drew McCormak](https://appdecentral.com). Reference tests to understand how they work or visit his [repo](https://github.com/appdecentral/replicatingtypes) to see a sample app.