This project is done to be submitted to CSE354 - Distributed Computing course
- 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
- 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