{"id":27118603,"url":"https://github.com/doga/qworum-concepts-in-cli","last_synced_at":"2026-07-23T16:31:16.080Z","repository":{"id":265729880,"uuid":"896568231","full_name":"doga/qworum-concepts-in-cli","owner":"doga","description":"A Qworum system simulation that shows that Qworum is an OOP environment in the classical sense.","archived":false,"fork":false,"pushed_at":"2024-11-30T18:34:38.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T22:17:50.622Z","etag":null,"topics":["qworum"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doga.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":"2024-11-30T17:55:47.000Z","updated_at":"2024-11-30T18:41:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff3135cb-7645-4281-acca-55ac1f213bf6","html_url":"https://github.com/doga/qworum-concepts-in-cli","commit_stats":null,"previous_names":["doga/qworum-concepts-in-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doga/qworum-concepts-in-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-concepts-in-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-concepts-in-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-concepts-in-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-concepts-in-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doga","download_url":"https://codeload.github.com/doga/qworum-concepts-in-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fqworum-concepts-in-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35809504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-23T02:00:06.683Z","response_time":57,"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":["qworum"],"created_at":"2025-04-07T07:58:58.988Z","updated_at":"2026-07-23T16:31:16.062Z","avatar_url":"https://github.com/doga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A 3-node Qworum simulation\n\nTo show that [Qworum](https://qworum.net) is an object-oriented system in the classical OOP sense, \nthis project implements a CLI-based simulation of 3 Qworum services \n(aka Qworum APIs, aka [Qworum classes](https://qworum.net/en/specification/v1/#class)),\nwith these correspondances:\n\n- Qworum class → TypeScript class.\n- Qworum class method → TypeScript class method.\n- Qworum class property → TypeScript class property.\n\nThis simulation is truthful to what happens on the Qworum platform, where:\n\n- each endpoint call or property access happens within the context of a [Qworum object](https://qworum.net/en/specification/v1/#object).\n- there is no concept of a static method or a static property (but any object method can behave as if it were static by not using any object property).\n\n## How the code base is organized\n\nThe `services` directory contains 3 simulated Qworum services: `identity`, `pm`, and `hcm`.\n\n## Running the project\n\nFirst [install Deno](https://docs.deno.com/runtime/getting_started/installation/).\n\nThen type this in the terminal:\n\n```shell\ndeno task run\n```\n\n## To do\n\n- Implement the `hcm` service.\n- Color-code each service's output.\n\n∎\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fqworum-concepts-in-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoga%2Fqworum-concepts-in-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fqworum-concepts-in-cli/lists"}