Tiny IRC-like chat server written in Go
Go to file
raul 80da12cfcf
Go audit / audit (pull_request) Successful in 1m48s Details
Nuclear refactoring
I've finally managed to properly rebuild the project, it's not extremely
clean, but compared to before, it's infinitely more functional and
expandable.
2024-04-26 08:48:48 +02:00
.gitea/workflows Add go-audit workflow and goreleaser config 2024-04-01 12:23:29 +02:00
cmd Nuclear refactoring 2024-04-26 08:48:48 +02:00
.gitignore Add go-audit workflow and goreleaser config 2024-04-01 12:23:29 +02:00
.goreleaser.yaml Add go-audit workflow and goreleaser config 2024-04-01 12:23:29 +02:00
LICENSE Initial commit 2024-03-29 08:59:03 +01:00
README.md Fix README.md titles 2024-04-01 12:57:57 +02:00
go.mod Nuclear refactoring 2024-04-26 08:48:48 +02:00
go.sum Update dependencies 2024-04-12 08:55:59 +02:00
main.go Nuclear refactoring 2024-04-26 08:48:48 +02:00

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

nc $SERVER_IP $SERVER_PORT