Skip to content
/ crdt-lww Public

A conflict free replicated data type following a last write win rule. Written in Javascript

Notifications You must be signed in to change notification settings

3rnii/crdt-lww

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRDT - LWW Set

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.

Getting Started

  1. Run the following:

    npm install
  2. To start testing, run:

    npm test

Notes

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.

About

A conflict free replicated data type following a last write win rule. Written in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published