# mini-chat

Tiny IRC-like chat server written in Go

<p align="center">
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/main/demo.gif"/>
</p>

## Usage examples
### Starting the server:
./mini-chat server --port 1337 --history chat.log --password verysecurepassword

### Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337