{"id":20307160,"url":"https://github.com/jadbox/leaderboard-d","last_synced_at":"2026-03-08T15:33:14.126Z","repository":{"id":25780198,"uuid":"29218604","full_name":"jadbox/leaderboard-d","owner":"jadbox","description":"Simple game leaderboard app written in D using vide.d and Redis","archived":false,"fork":false,"pushed_at":"2015-01-14T01:54:52.000Z","size":308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T11:41:26.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"D","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/jadbox.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}},"created_at":"2015-01-14T00:13:54.000Z","updated_at":"2015-01-14T01:54:52.000Z","dependencies_parsed_at":"2022-08-23T11:50:52.282Z","dependency_job_id":null,"html_url":"https://github.com/jadbox/leaderboard-d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadbox%2Fleaderboard-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadbox%2Fleaderboard-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadbox%2Fleaderboard-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadbox%2Fleaderboard-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadbox","download_url":"https://codeload.github.com/jadbox/leaderboard-d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241803276,"owners_count":20022816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-14T17:16:30.996Z","updated_at":"2026-03-08T15:33:09.106Z","avatar_url":"https://github.com/jadbox.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Features**\n* Uses vibe.d pipes for pooled multithreaded handling of concurrent client connections\n* Event routing is done using array index lookup (bounded)\n* Should work on any platform that DMD supports (Linux/Win/OSX)  \n  \n**Requirements**\n* Redis local running server\n* [DMD](http://dlang.org/download.html) compiler for D\n* [DUB](http://code.dlang.org/download) package manager for D  \nNote: DMD may already include DUB depending on the D install method.  \n  \n**Clone, get dependencies and run:**  \n```\ngit clone git@github.com:jadbox/leaderboard-d.git \ncd leaderboard-d  \ndub  \n```\n  \n**Test case:**  \nWith [HTTPie](https://github.com/jakubroztocil/httpie), run the client test script: [./test.sh](https://github.com/jadbox/leaderboard-d/blob/master/test.sh)\n  \n**Notes:**  \n* Registering a new user only requires a name, as a playerID will be generated.\n  * Example: ```http POST localhost:3000 name=Don event:=1```  \n  * Reponse: ```{\n    \"name\": \"Don\", \n    \"playerID\": 1, \n    \"status\": \"Success: registered player\"\n    }```\n* Deleting users, requires event id 5:\n  * Example: ```http POST localhost:3000 playerID=\"1\" event = 5``` \n  * Reponse: ```{\n    \"playerID\": 1, \n    \"status\": \"Success: deleted player\"\n}```\n* All event actions use the (form) POST HTTP method\n* New event ID route handlers can be added in the app.d file\n* Server port is 3000 by default\n* Server port is 3000 by default (test.sh uses this) but can be speficied using the parameter \"port\"\n  * Example: ```dub -- --port 3000```\n  \n_See project files for documentation._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadbox%2Fleaderboard-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadbox%2Fleaderboard-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadbox%2Fleaderboard-d/lists"}