PoliDox is a cooperative text editor written in C++ with the help of Qt. It was developed at the Politecnico di Torino (Italy) as a project of the 2019 System Programming course.
It consists in a client-server application, which uses by default the port 5678 of the localhost. If you wish, you can change these values modifying accordingly the macros SERVER_IP and PORT_NUMBER in the files client/Client.h as well as server/Server.h Internally it is makes use of the Crdt algorithm, which is described in the website of Conclave, a similar cooperative text editor written in JavaScript.
