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-06-01 17:31:45 +01:00
.github/workflows Add release GitHub Action 2024-01-14 20:57:38 +00:00
client Create v0.2.3 release, add --keephistory flag 2024-06-01 17:31:45 +01:00
common Initial Commit 2024-01-14 17:59:51 +00:00
server Create v0.2.3 release, add --keephistory flag 2024-06-01 17:31:45 +01:00
.gitignore Initial Commit 2024-01-14 17:59:51 +00:00
changelog.md Create v0.2.3 release, add --keephistory flag 2024-06-01 17:31:45 +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.