https://github.com/matx64/go_xat
A simple Chat App written in Go.
https://github.com/matx64/go_xat
go html javascript redis websocket
Last synced: about 2 months ago
JSON representation
A simple Chat App written in Go.
- Host: GitHub
- URL: https://github.com/matx64/go_xat
- Owner: matx64
- Created: 2022-09-07T22:20:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:11:23.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:50:17.097Z (about 2 years ago)
- Topics: go, html, javascript, redis, websocket
- Language: Go
- Homepage:
- Size: 4.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💬 go_xat
A fast, minimal, private & open source Chat Room App written in Go.
### 🔨 Tech
- Go 1.21
- Html, Javascript, Bootstrap5
- Redis
- Docker
### 🏠 Run it locally
Create an .env file and run:
```bash
docker compose up
```