{"id":24203443,"url":"https://github.com/hexagon-dev/rpc-master","last_synced_at":"2025-07-23T19:31:56.970Z","repository":{"id":103055013,"uuid":"449682845","full_name":"Hexagon-Dev/rpc-master","owner":"Hexagon-Dev","description":"Microservices on RPC.","archived":false,"fork":false,"pushed_at":"2022-01-21T11:52:07.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T11:44:30.064Z","etag":null,"topics":["docker","laravel","rpc"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Hexagon-Dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-19T12:29:53.000Z","updated_at":"2023-07-27T05:49:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"1126ce5a-fd23-4245-b82c-63358e597455","html_url":"https://github.com/Hexagon-Dev/rpc-master","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hexagon-Dev/rpc-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Frpc-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Frpc-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Frpc-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Frpc-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hexagon-Dev","download_url":"https://codeload.github.com/Hexagon-Dev/rpc-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Frpc-master/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738302,"owners_count":23976414,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["docker","laravel","rpc"],"created_at":"2025-01-13T22:35:07.357Z","updated_at":"2025-07-23T19:31:56.943Z","avatar_url":"https://github.com/Hexagon-Dev.png","language":"PHP","readme":"# RPC-MASTER\nIt's a main app connected with three micro-services.  \nEach of them has it's own Nginx.  \nProxying is made by traefik.  \nUses [sajya/server](https://github.com/sajya/server) \u0026 some code to communicate with micro-services through api.\n## Usage\nStart app in docker:\n```bash\ndocker-compose up\n```\nThan you can make request on localhost/api/process with json:\n```json\n[\n  {\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"http://rpc1_alias/api/v1/endpoint|math@sum\",\n    \"params\": [\n      1,\n      2,\n      3\n    ],\n    \"id\": 2\n  },\n  {\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"rpc2_alias/api/v1/endpoint|math@multiply\",\n    \"params\": [\n      1,\n      2,\n      3\n    ],\n    \"id\": 3\n  },\n  {\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"rpc3_alias/api/v1/endpoint|math@average\",\n    \"params\": [\n      1,\n      2,\n      3\n    ],\n    \"id\": 4\n  }\n]\n```\nAs a result wou will get formatted responce:\n```json\n[\n  {\n    \"id\": \"2\",\n    \"result\": {\n      \"summary\": 6\n    },\n    \"jsonrpc\": \"2.0\"\n  },\n  {\n    \"id\": \"3\",\n    \"result\": {\n      \"multiply\": 6\n    },\n    \"jsonrpc\": \"2.0\"\n  },\n  {\n    \"id\": \"4\",\n    \"result\": {\n      \"average\": 2\n    },\n    \"jsonrpc\": \"2.0\"\n  }\n]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon-dev%2Frpc-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexagon-dev%2Frpc-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon-dev%2Frpc-master/lists"}