Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 773 Bytes

File metadata and controls

53 lines (33 loc) · 773 Bytes

Chess-Backend

Features

  • Real-time chess gameplay using WebSockets.
  • Handles player connections, moves and game state(GAME_OVER | GAME_LEFT).

Frontend Repo

 https://github.com/ankur874/Chess-FE

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Node.js (v14 or higher)
  • npm (Node Package Manager)

Installation

Follow these steps to set up and run the backend locally:

  1. Clone the repository:

    git clone https://github.com/ankur874/Chess-BE.git
    cd Chess-BE
    
  2. Install dependencies:

    npm install
    
  3. Start the server:

    npm start
    
  4. Start Listening

    ws://localhost:8080