Terminal chat written in C, styled with ncurses.
mkdir build
cd build
cmake ..
make
Start the server:
./bin/c-server
Start a client(s):
./bin/c-chat USERNAME
- 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...