Files
ct/README.md
2026-04-15 11:19:47 -05:00

27 lines
393 B
Markdown

# Threaded Network Chat
## TODO
- Improve documentation
- Fix cursor going in the wrong place when either user receives a message
## Build
```
make
```
## Usage
```
./ct -m server # run as server
```
```
./ct -m client # run as client
```
Running the program without any options will print a help page with more information.
Chat logs are stored in `./server.txt` and `./client.txt`.