a real-time collaborative text editor application
npm install
npm start
- ReactJS - frontend
- Quill - OpenSource text editor
- Yjs - CRDT framework for building collaborative applications
- Conflict-free Replica Data Type, which simplifies distributed data storage systems and multi-user applications
- capable of working peer-to-peer with end to end encryption
- Used y-webrtc: It allows peer-to-peer update propagation rather than having one central-center
- Adding enter your username and online users feature
- Integrate Database
- Beautify User Interface