Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Socket - Chat CLI

Socket-based Command Line Interface (CLI) Chat Application written in C. The program establishes a client-server connection and allows users to exchange messages.

How to run?

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>

Demo


demo

About

Socket-based Command Line Interface (CLI) Chat Application written in C. The program establishes a client-server connection and allows users to exchange messages.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages