dominictarr / crdt

Commutative Replicated Data Types for easy collaborative/distributed systems.
MIT License
836 stars 43 forks source link

Delta stream #2

Closed Raynos closed 12 years ago

Raynos commented 12 years ago

The defence against infinite loops is a hack because delta streams are through streams.

Btw most of your crdt examples are completely broken.

More work needs to be done but this allows me to use crdt rows with any other delta stream compliant thing like data-bind

Raynos commented 12 years ago

Not needed because crdt.Row will be a delta stream