https://github.com/ryan-berger/chatty
Platform agnostic chat engine written in Golang. Any DB, any protocol.
https://github.com/ryan-berger/chatty
chat chatroom go golang websocket
Last synced: 11 months ago
JSON representation
Platform agnostic chat engine written in Golang. Any DB, any protocol.
- Host: GitHub
- URL: https://github.com/ryan-berger/chatty
- Owner: ryan-berger
- License: mit
- Created: 2019-02-26T02:39:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:55:04.000Z (over 3 years ago)
- Last Synced: 2025-07-06T20:03:41.813Z (12 months ago)
- Topics: chat, chatroom, go, golang, websocket
- Language: Go
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatty
Platform agnostic chat engine written in Golang. Any DB, any protocol.
Chatty is a chat server lifecycle manager and repository that is platform agnostic. I got very tired of writing the same exact code over and over for gRPC, websockets, and thought it would be nice to have a manager that did this almost as a "microservice" (although I really don't want to call it that). It can be pluggable into any DB, although I am mostly a postgres user so I personally only will end up supporting sqllite, and postgres.
## Pull Requests
Please send them. I'm an 18 year old full time student with contracting jobs here and there. It is very hard to maintain personal projects, and I would love help in cleaning this up