raul
9e1affdc6c
After realizing what I'd have to go through to build a functional "Users online:" view, I have decided to NOT do that, especially because this entire thing still runs on raw TCP messages for commmunication and trying to tell apart regular messages from join/disconnect messages in the client to properly update the possible new view would be hell. |
||
---|---|---|
.gitea/workflows | ||
cmd | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
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
Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337