Skip to content

JatSh1804/DevSync

Repository files navigation

Real-Time Code Sharing and Chat Application

This is a real-time code sharing and chat application built with Node.js and Socket.IO.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/JatSh1804/DevSync.git
  2. Install the dependencies:
    npm install
  3. To run in Development mode:
    npm run start:front
    And
    npm run server:dev
    In another terminal session.

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

DevSync: Online Code Editor with Chat Room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published