mirror of
https://github.com/supleed2/go-chat.git
synced 2024-11-09 11:29:32 +00:00
Go, chat! A basic irc-style chat server and client, written in Go using bubbletea and connecting via websockets
https://gochat.8bit.lol/
.github/workflows | ||
client | ||
common | ||
server | ||
.gitignore | ||
changelog.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
readme.md |
go-chat
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.