Aditi10101999 / chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:C 98.3%Language:Makefile 1.7%