A peer to peer chat system where with the help of central server, connected to multiple clients, any two clients connect and interact.
1.for server :
gcc server.c -o s -lpthread
./s 8080
2.for client :
gcc client.c -o c -lpthread
./c 8080
| Name | Name | Last commit date | ||
|---|---|---|---|---|