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