Skip to content

lait894/CChat

Repository files navigation

CChat

A chat client and server in command line.

 MASTER    DEV
Build StatusBuild Status  

img

How to install

Linux & Unix

./configure
make
make install

Windows

comming soon :)

#How to use

Server

cchat -s -p LOCAL_PORT

Client

cchat -c -h REMOTE_IP -p REMOTE_PORT