In this video, I demo a real-time collaborative code editor I built using pure JavaScript.
Open it in multiple tabs and type at the same time — everything stays perfectly in sync. No servers, no frameworks, just CRDT magic.
🧠 Built to understand how Google Docs-style collaboration works.
💻 Vanilla JS + GitHub Pages
Try it here: https://agarawala.github.io/collabcode
#JavaScript #CRDT #WebDev #CodingProject