Compete on Chess Royal, built for fair play, top performance, and exceptional experiences.
// Monorepo . ├── apps │ ├── redis-worker # Redis worker for pub/sub and message handling │ ├── socket-server # WebSocket server for real-time communication │ └── web # Next.js frontend app ├── packages │ ├── prisma-db # Prisma ORM setup and database migrations │ ├── store # Shared state management │ └── ui # UI components and utilities └── typescript-config # Shared TypeScript configuration
Contributions are always welcome!