{"id":22543194,"url":"https://github.com/derek82511/node-rpc-proxy-rabbitmq","last_synced_at":"2026-04-12T13:39:11.292Z","repository":{"id":42339258,"uuid":"195727088","full_name":"derek82511/node-rpc-proxy-rabbitmq","owner":"derek82511","description":"Simple Node.js rpc proxy implementation with rabbitmq.","archived":false,"fork":false,"pushed_at":"2022-07-07T10:52:59.000Z","size":122,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T08:31:40.554Z","etag":null,"topics":["docker","fastify","grpc","grpc-node","http2","http2-server","kubernetes","nodejs","openshift","pm2","rabbitmq","rpc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derek82511.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}},"created_at":"2019-07-08T03:02:44.000Z","updated_at":"2019-07-24T09:14:51.000Z","dependencies_parsed_at":"2022-09-15T18:20:33.516Z","dependency_job_id":null,"html_url":"https://github.com/derek82511/node-rpc-proxy-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derek82511%2Fnode-rpc-proxy-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derek82511%2Fnode-rpc-proxy-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derek82511%2Fnode-rpc-proxy-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derek82511%2Fnode-rpc-proxy-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derek82511","download_url":"https://codeload.github.com/derek82511/node-rpc-proxy-rabbitmq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991559,"owners_count":20706126,"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":["docker","fastify","grpc","grpc-node","http2","http2-server","kubernetes","nodejs","openshift","pm2","rabbitmq","rpc"],"created_at":"2024-12-07T13:14:39.185Z","updated_at":"2026-04-12T13:39:11.262Z","avatar_url":"https://github.com/derek82511.png","language":"JavaScript","readme":"This is a node.js rpc proxy implementation with rabbitmq.\n\nDocker Hub: [https://hub.docker.com/r/derek82511/node-rpc-proxy-rabbitmq](https://hub.docker.com/r/derek82511/node-rpc-proxy-rabbitmq)\n\nGitHub: [https://github.com/derek82511/node-rpc-proxy-rabbitmq](https://github.com/derek82511/node-rpc-proxy-rabbitmq)\n\n# Use Node.js\nFirst, modify config/config-func.yaml, config/config-protocol.yaml according to your rpc infos.\n\n```console\nnpm install\n\nnpm start\n\ncurl -X POST \\\n  'http://localhost:3000/rpc?func=[your func]' \\\n  -H 'content-type: application/json' \\\n  -d '{ \"foo\": \"bar\" }'\n```\n\n# Use Docker\n\n```console\ndocker run -it \\\n  -p 3000:3000 \\\n  -e \"TZ=Asia/Taipei\" \\\n  -v [path to your func config folder]:/app/config \\\n  --name node-rpc-proxy-rabbitmq \\\n  derek82511/node-rpc-proxy-rabbitmq:latest\n```\n\n# Testing\n\n```console\ncurl -X POST \\\n  'http://localhost:3000/rpc?func=[your func]' \\\n  -H 'content-type: application/json' \\\n  -d '{ \"foo\": \"bar\" }'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderek82511%2Fnode-rpc-proxy-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderek82511%2Fnode-rpc-proxy-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderek82511%2Fnode-rpc-proxy-rabbitmq/lists"}