Skip to content

Palak3125/Collaborative-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A real-time collaborative text editor built using Node.js and Socket.IO that allows multiple users to edit the same document simultaneously.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors