Update README.md
Go audit / audit (pull_request) Successful in 1m41s
Details
Go audit / audit (pull_request) Successful in 1m41s
Details
This commit is contained in:
parent
2ec372ad42
commit
cc96783a6c
|
@ -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
|
Loading…
Reference in New Issue