An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Frontend for a real-time chat app

Build using microservices architecture

![Real-Time Chat System Design](/chat.png "Real-Time Chat System Design")

## 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