{"id":16110033,"url":"https://github.com/qchateau/space-dodgems","last_synced_at":"2026-05-01T13:31:41.673Z","repository":{"id":92869801,"uuid":"294997820","full_name":"qchateau/space-dodgems","owner":"qchateau","description":"A web-based mini game in C++20, featuring coroutines.","archived":false,"fork":false,"pushed_at":"2025-04-26T19:16:24.000Z","size":734,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-26T19:37:01.813Z","etag":null,"topics":["boost","coroutines","cpp","cpp20","javascript","websocket"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qchateau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-09-12T17:57:37.000Z","updated_at":"2025-04-26T19:16:27.000Z","dependencies_parsed_at":"2023-04-08T20:55:46.198Z","dependency_job_id":null,"html_url":"https://github.com/qchateau/space-dodgems","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/qchateau/space-dodgems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qchateau%2Fspace-dodgems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qchateau%2Fspace-dodgems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qchateau%2Fspace-dodgems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qchateau%2Fspace-dodgems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qchateau","download_url":"https://codeload.github.com/qchateau/space-dodgems/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qchateau%2Fspace-dodgems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boost","coroutines","cpp","cpp20","javascript","websocket"],"created_at":"2024-10-09T19:35:16.820Z","updated_at":"2026-05-01T13:31:41.666Z","avatar_url":"https://github.com/qchateau.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Space Dodgems\n\nThis is a mini-game created with boost.beast, C++20 coroutines and websockets.\n\n[I want to play](https://space-dodgems.qchateau.fr/)\n\n## How to run\n\n### Release environment\n\nThe backend server comes pre-built in the image\n\n```bash\ndocker-compose up -d\n```\n\n### Dev environment\n\nSources are mounted and the backend is built on every backend restart.\n\n```bash\ndocker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d\n```\n\n## Use behind a reverse-proxy\n\nHere is a sample of the location blocks you can add\nto an nginx server to use space-dodgems behind nginx\nacting as a reverse-proxy.\n\nNote that it works for both HTTP and HTTPS.\n\n```\nserver {\n        ...\n\n        location = /space-dodgems {\n                return 302 /space-dodgems/;\n        }\n\n        location /space-dodgems {\n                proxy_pass http://127.0.0.1:8080/;\n                proxy_http_version 1.1;\n                proxy_set_header Upgrade $http_upgrade;\n                proxy_set_header Connection \"upgrade\";\n        }\n\n        ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqchateau%2Fspace-dodgems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqchateau%2Fspace-dodgems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqchateau%2Fspace-dodgems/lists"}