raul
d821979b65
Go audit / audit (pull_request) Successful in 1m39s
Details
|
||
---|---|---|
.gitea/workflows | ||
cmd | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
demo.gif | ||
go.mod | ||
go.sum | ||
main.go |
README.md
mini-chat
Tiny IRC-like chat server written in Go
Usage examples
Starting the server:
./mini-chat server --port 1337 --history chat.log
Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337