Skip to content

A text editor that allows real-time collaboration using google's `diff_match_patch`.

Notifications You must be signed in to change notification settings

ahmedalycess/Multi-user-distributed-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-user-distributed-text-editor-

This project is done to be submitted to CSE354 - Distributed Computing course

Files hierarchy

Links

Link to download the installer

Link to the demo video

How to run the application

Run on AWS deployed server:

  • Download installer.exe and run it
  • Select the location of the app and Install

  • Once the Application installed open distributedTextEditor.exe and

  • The application should connect to the server automatically and run smoothly

  • You can open any text file in the folder to edit it

  • You can create new file and if the name is valid the new file will be added to the server and will be editable

  • As seen the new file is added to the server and ready to be edited

Run on Local server:

  • Clone the repo or download it as zip and unzip it
  • Open the Server directory, open CMD then run
py server.py
  • leave it open and go back to the project directory, open CMD then run
py distributedTextEditor.py

-The application should open and be running in the local server

Note: Files will be stored and loaded from "/Server/documents"

About

A text editor that allows real-time collaboration using google's `diff_match_patch`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •