{"id":19706245,"url":"https://github.com/kshiti-24/chess-game-using-socket-io","last_synced_at":"2026-02-19T13:34:25.314Z","repository":{"id":247755103,"uuid":"826751108","full_name":"Kshiti-24/Chess-Game-using-Socket-io","owner":"Kshiti-24","description":"\"Chess Game\" is a real-time multiplayer game built using Socket.io, Express, Node, EJS, Chess.js, and Tailwindcss.","archived":false,"fork":false,"pushed_at":"2024-07-11T09:35:59.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T18:17:34.166Z","etag":null,"topics":["chessjs","ejs","expressjs","fen","nodejs","websockets"],"latest_commit_sha":null,"homepage":"https://chess-game-using-socket-io.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kshiti-24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T09:56:28.000Z","updated_at":"2025-04-27T19:20:58.000Z","dependencies_parsed_at":"2024-07-10T12:26:27.258Z","dependency_job_id":"ffcd3bc3-88ac-44fb-8ab3-8c9d01152fa5","html_url":"https://github.com/Kshiti-24/Chess-Game-using-Socket-io","commit_stats":null,"previous_names":["kshiti-24/chess-game-using-socket-io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kshiti-24/Chess-Game-using-Socket-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FChess-Game-using-Socket-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FChess-Game-using-Socket-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FChess-Game-using-Socket-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FChess-Game-using-Socket-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kshiti-24","download_url":"https://codeload.github.com/Kshiti-24/Chess-Game-using-Socket-io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FChess-Game-using-Socket-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chessjs","ejs","expressjs","fen","nodejs","websockets"],"created_at":"2024-11-11T21:34:45.847Z","updated_at":"2026-02-19T13:34:25.298Z","avatar_url":"https://github.com/Kshiti-24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess Game\n\nWelcome to the **Chess Game** project! This real-time multiplayer chess game allows two players to compete against each other while other users can join as spectators. The project leverages a range of modern web technologies to provide a seamless and interactive experience.\n\n![2024-07-10](https://github.com/Kshiti-24/Chess-Game-using-Socket-io/assets/101202139/aee798e6-c591-4894-ba1b-16b0ecdc02d5)\n\n## Features\n\n- **Real-time Gameplay**: Players can compete in real-time thanks to Socket.io.\n- **Spectator Mode**: Users can join and watch ongoing games without participating.\n- **Modern UI**: Utilizes TailwindCSS for a clean and responsive design.\n- **Chess Mechanics**: Powered by Chess.js to handle game rules and move validation.\n- **Server-side Logic**: Built with Node.js and Express to manage game states and player interactions.\n- **Dynamic Templating**: EJS is used for rendering dynamic content on the front-end.\n\n## Technologies Used\n\n- **Socket.io**: Enables real-time, bidirectional communication between the server and clients.\n- **Express**: A fast, unopinionated, minimalist web framework for Node.js.\n- **Node.js**: JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **EJS**: Embedded JavaScript templating.\n- **Chess.js**: A JavaScript library for chess move generation, validation, and other utility functions.\n- **TailwindCSS**: A utility-first CSS framework for rapid UI development.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your local machine:\n\n- Node.js\n- npm (Node Package Manager)\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/yourusername/chess-game-using-socket-io.git\n    cd chess-game-using-socket-io\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Start the server:\n    ```bash\n    npm start\n    ```\n\n4. Open your browser and navigate to:\n    ```\n    http://localhost:3000\n    ```\n\n## Usage\n\n- **Playing the Game**: Two players can start a game by navigating to the game URL. Players can make moves in real-time, and the game state will update for both players.\n- **Spectating**: Additional users can join the game URL to watch the ongoing game without interfering.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshiti-24%2Fchess-game-using-socket-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshiti-24%2Fchess-game-using-socket-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshiti-24%2Fchess-game-using-socket-io/lists"}