Implements basic chat app using socket programming
One can find full details in assginment.txt
Lab evalution done on 31 Oct 2019 at 4 pm
Go to the folder code and type below command and for x number of client open x number of terminal for clients and one server terminal.
gcc -o Server Server.c -lpthread
./Server
gcc -o Client Client.c -lpthread
./Client