Skip to content
/ cchat Public

GUI TCP client written in C with raylib, sister project of gochat.

License

Notifications You must be signed in to change notification settings

gremble0/cchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-chat

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.

Dependencies

  • raylib
  • make (optional)
  • gcc (optional)

Quick start

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>

Releases

No releases published

Packages

No packages published