Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 659 Bytes

Multiplayer Chess Platform

A multiplayer chess platform where users can either enter an open lobby or create custom game links to share with their friends.

Table of Contents

Features

  • Enter an open lobby to find a random opponent
  • Create custom game links to share and play with friends
  • Real-time game updates using WebSocket servers
  • Persistent game data stored in PostgreSQL
  • Easy-to-use React frontend

Tech Stack

  • Frontend: React
  • Backend: Node.js
  • Language: TypeScript
  • Real-time Communication: WebSocket
  • Database ORM: Prisma
  • Database: PostgreSQL