Tiny IRC-like chat server written in Go
Go to file
raul 0f6e05477a
Go audit / audit (push) Successful in 1m2s Details
Update go.mod
2024-04-01 12:52:34 +02:00
.gitea/workflows Add go-audit workflow and goreleaser config 2024-04-01 12:23:29 +02:00
cmd Finish chat functionality and prepare for release 2024-04-01 12:28:22 +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 Update README.md 2024-04-01 12:26:19 +02:00
go.mod Update go.mod 2024-04-01 12:52:34 +02:00
go.sum Adding files to project 2024-03-29 09:04:20 +01:00
main.go Finish chat functionality and prepare for release 2024-04-01 12:28:22 +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