This repository holds the code required to create a CRDT (conflict free replicated data type) LWW (last write wins) set. Please note that this is written in Javascript.
-
Run the following:
npm install
-
To start testing, run:
npm test
The code written in this repository takes assumption that the timestamps given can be determined by the user of these sets. As a result of this assumption, a comparison to a ISO timestamp to a normal integer can be assumed as the same.