{"id":26579669,"url":"https://github.com/igorbayerl/web-multiplayer-template-next-node","last_synced_at":"2026-04-07T18:32:45.512Z","repository":{"id":225917726,"uuid":"767241932","full_name":"IgorBayerl/web-multiplayer-template-next-node","owner":"IgorBayerl","description":"A good starting point if you want to create a simple web multiplayer game based on ReactJS and NodeJS.","archived":false,"fork":false,"pushed_at":"2024-03-05T00:07:36.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:24:16.099Z","etag":null,"topics":["colyseus","javascript","multiplayer","multiplayer-game-server","multiplayer-online-game","next","nextjs","pnpm-workspace","react","reactjs","types","typescript","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/IgorBayerl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-05T00:07:34.000Z","updated_at":"2024-08-06T00:00:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9026c4db-dcac-440f-a4a4-71e26b61cb34","html_url":"https://github.com/IgorBayerl/web-multiplayer-template-next-node","commit_stats":null,"previous_names":["igorbayerl/multiplayer-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IgorBayerl/web-multiplayer-template-next-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBayerl%2Fweb-multiplayer-template-next-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBayerl%2Fweb-multiplayer-template-next-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBayerl%2Fweb-multiplayer-template-next-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBayerl%2Fweb-multiplayer-template-next-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorBayerl","download_url":"https://codeload.github.com/IgorBayerl/web-multiplayer-template-next-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorBayerl%2Fweb-multiplayer-template-next-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["colyseus","javascript","multiplayer","multiplayer-game-server","multiplayer-online-game","next","nextjs","pnpm-workspace","react","reactjs","types","typescript","zod"],"created_at":"2025-03-23T06:18:49.441Z","updated_at":"2026-04-07T18:32:45.501Z","avatar_url":"https://github.com/IgorBayerl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiplayer Web Game\n- Using Colyseus for the server\n- NextJS for the client\n\n## Project Structure\n\nThis project is divided into two primary sections:\n\n- `client`: This is the frontend of the application powered by Next.js.\n- `server`: This is the backend of the application handling API and data-related operations.\n\nAdditionally, there's a `types` folder which contains shared types and utilities that both the `client` and `server` might need access to.\n\n\n\n## Pre requisites\n\nBefore starting, ensure you have the following installed:\n\n1. [NodeJS](https://nodejs.org/en/download/) (version 20 or higher)\n2. [pnpm](https://pnpm.io/installation) (Performance-focused package manager)\n\n## Setting up the Project\n\n1. **Clone the Repository**\n\n   Use the following command to clone the repository:\n\n   ```bash\n   git clone https://github.com/IgorBayerl/multiplayer-template.git\n   ```\n\n2. **Install Dependencies**\n\n   After cloning, navigate to the project directory and install the dependencies using pnpm:\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Start the Development Servers**\n\n   To start the development servers:\n\n   - For both `client` and `server`:\n\n     ```bash\n     pnpm dev\n     ```\n\n   - For only the `server`:\n\n     ```bash\n     pnpm dev-server\n     ```\n\n   - For only the `client`:\n\n     ```bash\n     pnpm dev-client\n     ```\n\n\n\n**Happy coding!**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbayerl%2Fweb-multiplayer-template-next-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorbayerl%2Fweb-multiplayer-template-next-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorbayerl%2Fweb-multiplayer-template-next-node/lists"}