mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

crdt #475

Open ghost opened 9 years ago

ghost commented 9 years ago

The rsync sync is nice and simple for general file master / master use cases.

What about incorporating crdt patterns ? This is a classic eventual consistency pattern.

Its used by master - master databases but does require the data to adhere to certain structural patterns.

It might be a good overlay for a browser based editor.

http://underscore.io/blog/posts/2014/01/06/crdt.html