- Real-time chess gameplay using WebSockets.
- Handles player connections, moves and game state(GAME_OVER | GAME_LEFT).
https://github.com/ankur874/Chess-FE
Make sure you have the following installed on your system:
- Node.js (v14 or higher)
- npm (Node Package Manager)
Follow these steps to set up and run the backend locally:
-
Clone the repository:
git clone https://github.com/ankur874/Chess-BE.git cd Chess-BE
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Start Listening
ws://localhost:8080