Sambigeara / fuzzynote

Terminal-based, hyper-fast, CRDT-backed, collaborative note-taking tool
GNU Affero General Public License v3.0
371 stars 8 forks source link

CRDT details #103

Open aus10y opened 1 year ago

aus10y commented 1 year ago

Hi, I'm interested in learning about the CRDT you've implemented in fuzzynote. Do you have a write-up anywhere that provides some details, or would you be willing to make a quick outline of the approach?

Thanks for your time and the work you've put into fuzzynote!

Sambigeara commented 1 year ago

Hello! I've been meaning to do a write-up on this for quite some time, perhaps this will be the prompt I need. I'll try and write something up in the next week or so.

aus10y commented 1 year ago

That would be great!

It could be a really useful resource for others like myself who are learning about CRDTs and trying to understand how to think about building software with them.

Even just a short outline of what you've implemented, the choices you made, and maybe where in fuzzynote the CRDT bits can be found would be useful.

Thanks again!