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-01-14 23:14:28 +00:00
.github/workflows Add release GitHub Action 2024-01-14 20:57:38 +00:00
client Update default chat host 2024-01-14 21:06:23 +00:00
common Initial Commit 2024-01-14 17:59:51 +00:00
server Fix help flag collision 2024-01-14 21:13:55 +00:00
.gitignore Initial Commit 2024-01-14 17:59:51 +00:00
changelog.md Create v0.1.1 release 2024-01-14 23:14:28 +00:00
go.mod Initial Commit 2024-01-14 17:59:51 +00:00
go.sum Initial Commit 2024-01-14 17:59:51 +00: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.