2024-03-29 08:59:03 +01:00
|
|
|
# mini-chat
|
|
|
|
|
2024-04-26 09:37:46 +02:00
|
|
|
Tiny IRC-like chat server written in Go
|
2024-04-01 12:26:19 +02:00
|
|
|
|
2024-05-07 11:00:42 +02:00
|
|
|
<p align="center">
|
2024-05-08 08:07:38 +02:00
|
|
|
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/main/demo.gif"/>
|
2024-05-07 11:00:42 +02:00
|
|
|
</p>
|
2024-04-01 12:26:19 +02:00
|
|
|
|
2024-05-07 11:00:42 +02:00
|
|
|
## Usage examples
|
2024-04-26 09:37:46 +02:00
|
|
|
### Starting the server:
|
2024-05-13 13:08:37 +02:00
|
|
|
./mini-chat server --port 1337 --history chat.log --password verysecurepassword
|
2024-04-01 12:26:19 +02:00
|
|
|
|
2024-04-26 09:37:46 +02:00
|
|
|
### Connecting to the server:
|
2024-05-08 08:07:38 +02:00
|
|
|
./mini-chat client --ip 192.168.0.100 --port 1337
|