Real-Time Code Collaboration
A real-time code collaboration web application that allows multiple users to write, edit, and share code together in a shared room. Built using React, Node.js, Express, and Socket.IO, this app enables smooth code sharing and collaboration with live updates.
Live Demo: https://realtime-codecollab-1.onrender.com
π Features
π Room-based collaboration β Create or join rooms with unique IDs.
βοΈ Live code editor β Write code and see instant updates across all connected users. π₯ Active members sidebar β Displays all connected collaborators in a room. π‘ WebSocket powered (Socket.IO) β Ensures fast, bi-directional communication. π¨ Modern UI β Clean and responsive design for better user experience.
π οΈ Tech Stack
Frontend: React, Tailwind CSS, Monaco Editor
Backend: Node.js, Express
Real-time Communication: Socket.IO
Deployment: Render
π¦ Installation
Clone the repository:
git clone
cd
Install dependencies:
npm install
Run the development server:
npm run dev Start backend server:
npm start
Created by Priyanka Anand. If you find this project helpful, donβt forget to β the repo!