A collaborative code editor that lets multiple users edit and run code in real-time.
-Join or create code rooms with a unique ID -Real-time code collaboration using WebSockets -Multiple programming languages: JavaScript, Python, Java, C++ -Monaco code editor with syntax highlighting -Run and see code output instantly -User presence and typing indicators
Frontend: React, Monaco Editor Backend: Express, WebSocket (Socket.IO) Utilities: UUID for unique room IDs
git clone https://github.com/amankumar-source/realtime-code-editor-run cd frontend npm install npm run dev
cd ../backend npm install npm run dev