Go, chat! A basic irc-style chat server and client, written in Go using bubbletea and connecting via websockets https://gochat.8bit.lol/
Go to file
2024-05-31 14:57:24 +01:00
.github/workflows Add release GitHub Action 2024-01-14 20:57:38 +00:00
client Remove unnecessary altscrren cmds 2024-05-31 14:23:41 +01:00
common Initial Commit 2024-01-14 17:59:51 +00:00
server Clean up logging channel goroutine 2024-05-31 14:57:24 +01:00
.gitignore Initial Commit 2024-01-14 17:59:51 +00:00
changelog.md Minor fixes to improve server messages 2024-05-31 14:36:20 +01:00
go.mod Update deps, add sql deps 2024-05-31 14:22:30 +01:00
go.sum Update deps, add sql deps 2024-05-31 14:22:30 +01:00
LICENSE Add readme and license 2024-01-14 20:08:00 +00:00
readme.md Add readme and license 2024-01-14 20:08:00 +00:00

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.