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.
- Node.js
- Express.js
- Socket.IO
- JavaScript
- Real-time text synchronization between multiple users
- Event-based communication using Socket.IO
- Supports concurrent edits with low latency
- Clone the repository
git clone https://github.com/Palak3125/Collaborative-editor.git2.Navigate to the project directory
cd Collaborative-editor3.Install dependencies
np install4.Start the server
node app.js5.Open the application in browser
http://localhost:3000