Update README.md
Go audit / audit (pull_request) Successful in 1m41s Details

This commit is contained in:
raul 2024-05-07 11:00:42 +02:00
parent 2ec372ad42
commit cc96783a6c
1 changed files with 6 additions and 3 deletions

View File

@ -2,10 +2,13 @@
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:
./mini-chat server --port 1337
./mini-chat server --port 1337 --history chat.log
### Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337
./mini-chat client --ip 192.168.0.100 --port 1337