mini-chat/README.md

14 lines
358 B
Markdown
Raw Normal View History

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">
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/testing/demo.gif"/>
</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-07 11:00:42 +02:00
./mini-chat server --port 1337 --history chat.log
2024-04-01 12:26:19 +02:00
2024-04-26 09:37:46 +02:00
### Connecting to the server:
2024-05-07 11:00:42 +02:00
./mini-chat client --ip 192.168.0.100 --port 1337