Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 689 Bytes

File metadata and controls

22 lines (21 loc) · 689 Bytes

BraidiPy

A simple implementation of Braid for HTTP state synchronization in Flask

Status and Stability

[09/07/2021]
Repository created, research phase beginning.

[09/09/2021]
Flask lifecycle experiments, successfully sending patches which braidify.js client can read

[09/10/2021]
BraidiPy server basic functionality implemented, braidify.js client can read and write

[09/17/2021]
Huge fixes to better fit protocol syntax for patches and versions, syntax cleanup.
No actual CRDT usage here, that is the planned next step.