A chatroom built in C using sockets and multi-threading. It supports chatting between multiple clients.
-
Clone this repository
-
Run make:
make
- To run the server, use this command:
./server
port is an optional argument.
- Now, open another terminal and use this command to run a client:
./client
again port is an optional argument.
- For opening multiple clients, repeat step 4.