A real-time collaborative code editor that enables multiple users to edit code simultaneously with conflict-free merging using CRDT (Conflict-free Replicated Data Types). The system delivers low-latency sync through WebSockets, ensuring all connected clients stay updated without overwriting each other's changes.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Merge pull request #1 from mopurisampathkumar/feature/backend-core
a285980View on GitHubfeat(core): implement CRDT backend core with document model, operations service, and merge logic
b0ca8caView on GitHubfeat(backend): initialize spring boot backend with core dependencies
4a4c382View on GitHubfeat(backend): initialize spring boot backend with core dependencies
c1b7bbaView on GitHubfix: resolve missing lucide-react dependency and tailwind config warnings
65b9e22View on GitHubfeat(editor): add collaborative code editor component with websocket, file management and execution UI
fcfee61View on GitHubfeat(ui): setup tailwind and initial layout structure
5723e57View on GitHubchore: initial project structure with frontend directory
c1de94eView on GitHub