mini-chat/README.md

12 lines
244 B
Markdown
Raw Normal View History

2024-03-29 08:59:03 +01:00
# mini-chat
2024-04-01 12:26:19 +02:00
Tiny IRC-like chat server built for compatibility with netcat and written in Go
2024-04-01 12:57:57 +02:00
## Usage
2024-04-01 12:26:19 +02:00
2024-04-01 12:57:57 +02:00
### Starting the server
2024-04-01 12:26:19 +02:00
./mini-chat server --port 1337
2024-04-01 12:57:57 +02:00
### Connecting to the server
2024-04-14 10:13:22 +02:00
./mini-chat client --ip $SERVER_IP --port $SERVER_PORT