This is a real-time code sharing and chat application built with Node.js and Socket.IO.
- Real-time code synchronization: Changes made by one user are instantly seen by others in the same room.
- Real-time chat: Users in the same room can communicate with each other in real-time.
- Clone the repository:
git clone https://github.com/JatSh1804/DevSync.git
- Install the dependencies:
npm install
- To run in Development mode:
And
npm run start:front
In another terminal session.npm run server:dev
Connect to the server at http://localhost:3002 (or whatever port you have configured). Join a room and start sharing code and chatting in real-time.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.