Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gremble0/cchat

GUI TCP client written in C with raylib, sister project of gochat.
https://github.com/gremble0/cchat

c network networking raylib raylib-c tcp tcp-client thread threading

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# c-chat
This is the client sister project of [go-chat](https://github.com/gremble0/gochat) - 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:
```shell
make
./cchat #connects to port 8080 locally
# or
./cchat # connects to locally
# or
./cchat # connects to on
```