MiniChat A multi-thread chatting app using winsock2 API and TCP protocol. Usage Client cd client cmake -G "MinGW Makefiles" ./ make -f ./MakeFile Server cd server cmake -G "MinGW Makefiles" ./ make -f ./MakeFile