This is the client sister project of go-chat - a multi user chat server. Cchat uses raylib to create a UI allowing the user to communicate with the server through c standard library functions.
- raylib
- make (optional)
- gcc (optional)
To connect to the server:
make
./cchat #connects to port 8080 locally
# or
./cchat <port> # connects to <port> locally
# or
./cchat <port> <ipv4> # connects to <port> on <ipv4>