It is for study purposes, and the goal is to implement p2p chat.
For testing purposes, many functions such as user removal were not implemented.
mkdir build
cd build
cmake ..
make
./server/server
./client/client
- get public IP & PORT from stun server
- p2p chat