mini-chat/README.md

12 lines
210 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-04-26 09:37:46 +02:00
## Usage examples
2024-04-01 12:26:19 +02:00
2024-04-26 09:37:46 +02:00
### Starting the server:
2024-04-01 12:26:19 +02:00
./mini-chat server --port 1337
2024-04-26 09:37:46 +02:00
### Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337