/Chatroom-in-C

A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

Primary LanguageCApache License 2.0Apache-2.0

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.

Just simply run the Makefile using this command.
$ make Makefile compile