/CommondLine-ChatApp

It is a chatApp based on client server connection using sockets. It also includes the threads for better synchronization with the clients.

Primary LanguageC

#CommondLine-ChatApp It is a chatApp based on client server connection using sockets. It also includes the threads for better synchronization with the clients.

Command to run on windows:.

gcc server.c -o server -lws2_32

gcc client.c -o client -lws2_32

Example Image