{"id":38000799,"url":"https://github.com/0x9n0p/pluto","last_synced_at":"2026-01-16T19:12:33.950Z","repository":{"id":206536580,"uuid":"717021742","full_name":"0x9n0p/pluto","owner":"0x9n0p","description":"No code is needed to have customized backend services.","archived":false,"fork":false,"pushed_at":"2024-02-02T11:25:06.000Z","size":16156,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"release","last_synced_at":"2024-02-02T12:31:53.818Z","etag":null,"topics":["backend","backend-as-a-service","backend-framework","plutoengine","realtime"],"latest_commit_sha":null,"homepage":"http://PlutoEngine.ir","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x9n0p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-11-10T11:32:39.000Z","updated_at":"2024-01-27T03:57:25.000Z","dependencies_parsed_at":"2023-12-17T20:30:38.936Z","dependency_job_id":"28072292-f188-46ed-8e29-45dced17ed3f","html_url":"https://github.com/0x9n0p/pluto","commit_stats":null,"previous_names":["0x9n0p/pluto"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/0x9n0p/pluto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x9n0p%2Fpluto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x9n0p%2Fpluto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x9n0p%2Fpluto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x9n0p%2Fpluto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x9n0p","download_url":"https://codeload.github.com/0x9n0p/pluto/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x9n0p%2Fpluto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["backend","backend-as-a-service","backend-framework","plutoengine","realtime"],"created_at":"2026-01-16T19:12:33.109Z","updated_at":"2026-01-16T19:12:33.946Z","avatar_url":"https://github.com/0x9n0p.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pluto\n\nNo code is needed to launch multiplayer game servers.\n\n![](docs/dashboard.png \"Dashboard\")\n\n## SDK\n\n* [Golang](https://github.com/0x9n0p/pluto/tree/dev/sdk)\n* Unity (WIP, Help wanted)\n* Unreal Engine (Contributor needed)\n\n## Build \u0026 Run\n\nPluto gives you a single binary file, so you may clone the project and execute the command below.\n\n```bash\ngo build -o pluto bin/main.go \u0026\u0026 ./pluto\n```\n\nThe binary file does not take arguments, but you can pass environment variables to it.\n\n```bash\nPLUTO_HOST=localhost,127.0.0.1 PLUTO_HTTP_SERVER=0.0.0.0:80 PLUTO_PANEL_STORAGE=./tmp/ PLUTO_DEBUG=true ./pluto\n```\n\n## Panel\n\n### APIs Examples\n\n#### Login\n\n```bash\ncurl -X POST http://panel.localhost/api/v1/auth \\                                                                  ✔ \n  -H 'Content-Type: application/json' \\\n  -d '{\"email\":\"admin\", \"password\":\"admin\"}'\n```\n\n```json\n{\n  \"email\": \"admin\",\n  \"token\": \"$TOKEN\"\n}\n```\n\n#### Create/Save pipelines\n\nThis API Creates/Saves the pipeline and returns the saved pipeline in response.\n\n```bash\ncurl -X POST http://panel.localhost/api/v1/pipelines \\                                                                                     \n  -H 'Content-Type: application/json' \\\n  -H 'Authorization: Bearer $TOKEN' \\\n  -d '{\"name\":\"PIPELINE_NAME\",\"processors\":[{\"name\":\"Write to input/output\",\"arguments\":[{\"name\":\"io_interface\",\"type\":\"InternalInterface\",\"value\":\"ARGUMENT_VALUE\"}]}]}'\n```\n\n```json\n{\n  \"name\": \"PIPELINE_NAME\",\n  \"processors\": [\n    {\n      \"name\": \"Write to input/output\",\n      \"arguments\": [\n        {\n          \"name\": \"io_interface\",\n          \"type\": \"InternalInterface\",\n          \"value\": \"ARGUMENT_VALUE\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n## Configuration\n\n## Architecture Overview\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x9n0p%2Fpluto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x9n0p%2Fpluto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x9n0p%2Fpluto/lists"}