thiagoc.dev
Back to projects

Discord Clone

Full-stack Discord clone: servers with invite links, text, voice and video channels, real-time messaging over WebSockets and file attachments.

2024

Case study

  • Real-time messaging with Socket.io, with polling fallback and connection indicators
  • Servers, channels and role-based permissions (admin, moderator, member) modeled with Prisma + PostgreSQL
  • Voice and video channels with LiveKit and 1:1 direct messages
  • Infinite message scroll with cursor pagination and real-time edit/delete

Stack

Next.jsTypeScriptSocket.ioPrismaPostgreSQLTailwind CSS