/chatserver

A simple chat server monothread and multiuser in c

Primary LanguageCGNU General Public License v2.0GPL-2.0

chatserver

A simple chat server monothread and multiuser in c for linux.

How to compile

$> mkdir bin obj
$> make

How to run

(Rem: the chatserver will listen on 0.0.0.0:4000)

$> bin/chatserver
or with a normal output :
$> bin/chatserver -d
or withe a colored output :
$> bin/chatserver -d color