Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 834 Bytes

File metadata and controls

39 lines (33 loc) · 834 Bytes

Collaborative Editor

Overview

Collaborative Editor is a real-time text editing application that allows multiple users to edit the same document simultaneously. All updates are synchronized instantly across connected users using WebSocket communication.

Tech Stack

  • Node.js
  • Express.js
  • Socket.IO
  • JavaScript

Features

  • Real-time text synchronization between multiple users
  • Event-based communication using Socket.IO
  • Supports concurrent edits with low latency

How to Run Locally

  1. Clone the repository
git clone https://github.com/Palak3125/Collaborative-editor.git

2.Navigate to the project directory

cd Collaborative-editor

3.Install dependencies

np install

4.Start the server

node app.js

5.Open the application in browser

http://localhost:3000