Chatroom-in-C
Chatroom-in-C copied to clipboard
A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.
Chatroom-in-C
A simple Chatroom built in C programming language. The program has two files - server.c and client.c. The program is built uses multithreading for handling multiple clients.
Run the program
Just simply run the Makefile using this command.
$ make Makefile compile