Chess is a two-player chess experience with a Next.js frontend, a Node.js WebSocket server for real-time multiplayer, and a dedicated REST API server for account/auth operations.
A working version of this game can be found here: https://chess-championship-arena.vercel.app/
ws)pnpm installpnpm devpnpm installpnpm dev (recommended for development)pnpm build && pnpm startHealth check: http://localhost:8080/health
pnpm installpnpm dev (recommended for development)pnpm build && pnpm startpnpm prisma:migrate:devHealth check: http://localhost:4000/health
This project is licensed under the MIT License. See LICENSE for details.