Welcome to our innovative Real-Time Collaboration Code Editor! 🎉 Collaborate seamlessly with your friends and colleagues to write code together, boosting productivity and creativity. 💻✨
Demo.mp4
🔗 Real-Time Collaboration: Work on code simultaneously with others in real-time, no matter where they are in the world. 🌍
👥 Team Collaboration: Invite your team members to join coding sessions and brainstorm ideas together. 💡
✏️ Live Editing: See changes instantly as collaborators edit code, ensuring smooth and efficient teamwork. 🔄
- Clone Repository: Clone this repository to your local machine.
- Installation: cd to
fe
folder and then Install dependencies by runningnpm install
. - Start Coding: Launch the code editor using
npm start
and begin collaborating with your team!
- Installation: Install dependencies by running
pip install -r requirements.txt
. - Launch Web Socket Server Start server by running
daphne -b 0.0.0.0 -p 8000 editor_server.asgi:application