{"id":39287595,"url":"https://github.com/robot-rumble/backend","last_synced_at":"2026-01-18T01:12:20.472Z","repository":{"id":105856635,"uuid":"255358980","full_name":"robot-rumble/backend","owner":"robot-rumble","description":"The backend for Robot Rumble. Handles the site and matchmaking.","archived":false,"fork":false,"pushed_at":"2024-03-31T22:05:07.000Z","size":6743,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-01T00:22:18.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://robotrumble.org/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robot-rumble.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}},"created_at":"2020-04-13T15:00:08.000Z","updated_at":"2023-11-17T00:56:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a9395bf-158e-4872-acc6-5ec3396265dd","html_url":"https://github.com/robot-rumble/backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robot-rumble/backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robot-rumble%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robot-rumble%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robot-rumble%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robot-rumble%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robot-rumble","download_url":"https://codeload.github.com/robot-rumble/backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robot-rumble%2Fbackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28525736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"ssl_error","status_checked_at":"2026-01-18T00:39:39.467Z","response_time":85,"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":[],"created_at":"2026-01-18T01:12:19.818Z","updated_at":"2026-01-18T01:12:20.465Z","avatar_url":"https://github.com/robot-rumble.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robot-rumble\n\n## Level 1: only edit backend\n1. Install [yarn](https://yarnpkg.com/), [aws-cli](https://github.com/aws/aws-cli), [Docker](https://docs.docker.com/get-docker/), and [docker-compose](https://docs.docker.com/compose/install/).\n\n2. Clone the repos:\n```sh\nmkdir rr \u0026\u0026 cd rr\ngit clone https://github.com/robot-rumble/backend\ngit clone https://github.com/robot-rumble/battle-viewer\n```\n\n3. Fetch WASM worker assets\n```sh\naws --no-sign-request s3 sync s3://rr-public-assets/worker-assets backend/public/dist/\naws --no-sign-request s3 sync s3://rr-public-assets/lang-runners backend/public/lang-runners/\n```\n\n4. Start the battle-viewer webpack process:\n```sh\ncd battle-viewer\nyarn # or npm install\nyarn watch # or npm run watch\n```\n\n4. Open a new terminal window and start docker:\n```sh\n# IN A NEW WINDOW:\nsudo systemctl start docker\n\n# If installing on linux, follow these steps to execute docker without root access:\n# https://docs.docker.com/engine/install/linux-postinstall/\n```\n\n5. Start the backend:\n```sh\ncd rr/backend\ndocker-compose up\n```\n\n6. Open `localhost:9000` and apply the migration when prompted\n\n7. Seed the database. Note that you won't be able to create accounts through the site because email verification won't work.\n```sh\ndocker-compose exec backend sh -c \"cat conf/db/seeds.scala | DB_HOST=db sbt console\"\n```\n\n## Level 2: edit logic\n1. Install [rustup](https://rustup.rs/), [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/), [wasienv](https://github.com/wasienv/wasienv#install), clang, [wasmer](https://wasmer.io).\n\n2. Clone the repos:\n```sh\n# /rr\ngit clone https://github.com/robot-rumble/logic --recursive\n```\n\n3. Build.\n```sh\n# /rr\nbash logic/build-for-web.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-rumble%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobot-rumble%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-rumble%2Fbackend/lists"}