raul
6d15f303b7
For some reason, writing to a conn variable on a TLS connection appends newlines by default, so new users will have their chat box populated if the server is using --history/-r with messages that have unnecessary newlines |
||
---|---|---|
.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 --password verysecurepassword
Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337