A collaborative text editor made using Typescript and Websockets that implements the fugue CRDT algorithm, published by Matthew Weidner and Martin Kleppmann
- optmize algorithm to use less memory and to be o(log n)
- be able to use markdown
- be able to have multiple documents
- be able to export documents
- be able to save document on indexedDb