Skip to content

corner-story/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

LICENSE MIT

a chatroom written in c, base on socket and ncurses

how to use

git clone https://github.com/lambdafate/ChatRoom
cd ./ChatRoom
make build

run server

./server 6666       # run server in port 6666

run clients

./client your-server-address 6666