A basic irc-style chat server and client, written in Go and using websockets for communication.
Note
This is a learning project and is not designed to be production-quality, but feel free to use it as you like.
Binaries for the server and client are built on each release, for amd64 and arm64 variants of Linux, Windows, and macOS.
Container images are also published to the GitHub Container Registry on each release.
Example files are provided:
- Dockerfile
- Docker Compose
- Systemd Service (replace all $VARIABLES)