https://github.com/srjchsv/chat-service
Real-time chat using websockets
https://github.com/srjchsv/chat-service
docker-compose gin-gonic go gorilla-mux kafka lucidchart postgresql prometheus websocket
Last synced: 3 months ago
JSON representation
Real-time chat using websockets
- Host: GitHub
- URL: https://github.com/srjchsv/chat-service
- Owner: srjchsv
- Created: 2023-04-14T14:07:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T20:06:16.000Z (about 2 years ago)
- Last Synced: 2025-01-26T09:43:22.260Z (5 months ago)
- Topics: docker-compose, gin-gonic, go, gorilla-mux, kafka, lucidchart, postgresql, prometheus, websocket
- Language: Go
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Chat-service for a real-time chat app
Build using microservices architecture

## Stack
[Frontend](https://github.com/srjchsv/chat-frontend): Next js
Backend:
- [auth-service](https://github.com/srjchsv/auth-service): go, gin-gonic, prometheus, postgres, gorm, jwt
- [chat-service](https://github.com/srjchsv/chat-service): go, gin-gonic, prometheus, postgres, gorm, jwt, confluent-kafka, gorilla websocket
- [notifications-service](https://github.com/srjchsv/notifications-service): go, prometheus, echo, gorilla websocket, confluent-kafka