Quality of Life update #4

Merged
raul merged 10 commits from testing into main 2024-05-08 08:04:46 +02:00
1 changed files with 6 additions and 3 deletions
Showing only changes of commit cc96783a6c - Show all commits

View File

@ -2,10 +2,13 @@
Tiny IRC-like chat server written in Go Tiny IRC-like chat server written in Go
## Usage examples <p align="center">
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/testing/demo.gif"/>
</p>
## Usage examples
### Starting the server: ### Starting the server:
./mini-chat server --port 1337 ./mini-chat server --port 1337 --history chat.log
### Connecting to the server: ### Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337 ./mini-chat client --ip 192.168.0.100 --port 1337