You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a real-time chat backend that supports direct messaging and room-based conversations. It uses WebSockets for real-time message delivery, Redis Pub/Sub for multi-server message fanout, and PostgreSQL with Prisma for storing users, rooms, memberships, and messages.