https://github.com/srjchsv/chat-frontend
Real-time chat next js frontend
https://github.com/srjchsv/chat-frontend
css html nextjs ssr websocket
Last synced: 2 months ago
JSON representation
Real-time chat next js frontend
- Host: GitHub
- URL: https://github.com/srjchsv/chat-frontend
- Owner: srjchsv
- Created: 2023-04-14T14:04:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T20:00:56.000Z (about 3 years ago)
- Last Synced: 2025-03-21T14:19:13.411Z (over 1 year ago)
- Topics: css, html, nextjs, ssr, websocket
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend 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, postgres, gorm, jwt
- [chat-service](https://github.com/srjchsv/chat-service): go, gin-gonic, postgres, gorm, jwt, confluent-kafka, gorilla websocket
- [notifications-service](https://github.com/srjchsv/notifications-service): go, echo, gorilla websocket, confluent-kafka