Skip to content

devrudra9/collaborative-code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collabarative Code Editor

  • multiple users can join a room for simultaneous editing in realtime.
  • single user creates a room.
  • user who created/joined the room can share the room ID for invite.

Tech Stack

  • websockets used for realtime data streaming.
  • React used in frontend and Node.js in backend.
  • react-hot-toast used for notification.
  • uuid library for generating random long string for using as Room ID.

Instructions

Development

  • cd client && npm start (on terminal 1)
  • cd server && npm run server (on terminal 2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published