Skip to content

dhirajlaulkar/collab-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative Editor

A real-time collaborative text editor built with React and WebSocket.

Features

  • Real-time collaboration
  • Multiple users can edit simultaneously
  • Automatic synchronization between clients
  • Simple and intuitive interface

Technology Stack

  • Frontend: React
  • Backend: Express.js
  • WebSocket for real-time communication

Getting Started

  1. Install dependencies:
# Install server dependencies
npm install

# Install client dependencies
cd client
npm install
  1. Start the server (in root directory):
node server.js
  1. Start the client (in client directory):
npm start

The application will be available at http://localhost:3000

Project Structure

  • server.js - WebSocket server implementation
  • client/ - React frontend application
  • client/src/App.js - Main editor component

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published