Skip to content

A collaborative Editor to facilitate file editing of multiple clients on one server concurrently

Notifications You must be signed in to change notification settings

Upasana2101/Collaborative-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Collaborative Editor

This is a basic client-server application that allows multiple users to edit the same document concurrently. Client-Server Architecture have been used in this application.
The client perfoms changes on his/her local copy and those changes are sent as requests to the server which edits the corresponding file in its database. The server then sends the changes to all other clients connected to it, working on the same file. The clients keep on listening for requests from the server. If multiple clients are working on the same file, then server makes sure that the edit requests are performed in chronological order to avoid conflicts. Lock mechanism is used for this purpose.

About

A collaborative Editor to facilitate file editing of multiple clients on one server concurrently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%