This project is two desktop peer-to-peer chat applications. Both applications communicate with each other using WebServer protocol through the simple web-server implemented in C++
(colors on right chat client are disorded due to video encoding of software used for this recording)
Requirements to run:
How to run:
- Download C++ server executable from this link (https://bit.ly/3hxxXW8). IMPORTANT! Web-server would only run on Windows machines.
- Run server.exe executable you downloaded
- Create folder where you want to clone this repository
- Clone the repository
cd
to client-one, runnpm install
and runelectron .
cd
to client-two, runnpm install
and runelectron .
- Both clients should now be running and peer-to-peer comunication should be enabled