Socket-based Command Line Interface (CLI) Chat Application written in C. The program establishes a client-server connection and allows users to exchange messages.
git clone https://github.com/NoelEmaas/socket-chat-cli.git
cd socket-chat-cli/src
chmod +x compile.sh && ./compile.sh
# run server
./server <port_number>
#client
./client <host_name> <port_number>
