Skip to content

mustafaiman/ExtendedReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Reader

Extended Reader is a colloborative text editor which enables multiple people to work on the same txt file simultaneously. It uses a server-client design. Server opens a file on his local storage. Chooses a port. Then she shares her ip and port number to the clients. Clients connects to given ip address and port number. Any change made to the file by any collaborator is immediately visible to the others.

This is a term project for a freshman course in Bilkent University Computer Science Department.

Known Issues

Although the system is functional, it does not handle synchronization issues. Multiple collaborators trying to write to the same line simultaneously may mess up the txt file.

About

A collaborative notepad application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages