/c-chat

Written in C, chat via terminal, hence, c-chat.

Primary LanguageC

c-chat [WIP]

Terminal chat written in C, styled with ncurses.

Build

mkdir build
cd build
cmake ..
make

Running

Start the server:

./bin/c-server

Start a client(s):

./bin/c-chat USERNAME

To Do

  • Proper README
  • Cooler ncurses windows
  • Handle errors for terminals that do not support colors
  • Signal handling (for sure do something about SIGWINCH)
  • Better quality gif DEMO...