We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a cross-platform chatroom developed in C++, with the server running on Linux and the client on Windows.
make
g++ -std=c++17 client.cpp -o client -lwsock32