Skip to content

amankumar-source/realtime-code-editor-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Code Editor

A collaborative code editor that lets multiple users edit and run code in real-time.

Features

-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

Tech Stack

Frontend: React, Monaco Editor Backend: Express, WebSocket (Socket.IO) Utilities: UUID for unique room IDs

Clone repo

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

Check out the live app deployed on Render:

🔗 https://realtime-code-editor-run.onrender.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published