notepad-app
notepad-app copied to clipboard
Collaborative notepad app that is based on CRDT's
notepad-app
Introduction
Collaborative notepad application that use CRDT [1] data structure to create real-time editing expirience.
Stages
Stage one:
- [x] plain text editing
- [x] full keyboard support
- [x] CRDT as a data structure
- [x] communication via WebSockets
- [x] display other collaborators cursors
Next stages:
- [ ] many notes
- [ ] communication via WebRTC
- [ ] offline (time batching & size batching snapshot)
- [ ] better reconnecting
- [ ] ...
References
- [1] js-crdt