omsai11 / CommondLine-ChatApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

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


Languages

Language:C 100.0%