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.
forked from supriya363/CollaborativeEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Upasana2101/Collaborative-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A collaborative Editor to facilitate file editing of multiple clients on one server concurrently
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%