raul
125502bab3
Go audit / audit (push) Successful in 1m37s
Details
Reviewed-on: #2 |
||
---|---|---|
.gitea/workflows | ||
cmd | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
mini-chat
Tiny IRC-like chat server built for compatibility with netcat and written in Go
Usage
Starting the server
./mini-chat server --port 1337
Connecting to the server
./mini-chat client --ip $SERVER_IP --port $SERVER_PORT