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:
./serverport is an optional argument.
- Now, open another terminal and use this command to run a client:
./clientagain port is an optional argument.
- For opening multiple clients, repeat step 4.