{"id":21241041,"url":"https://github.com/norbjd/envoy-grpc-http-reverse-bridge-filter-example","last_synced_at":"2026-05-18T22:09:45.281Z","repository":{"id":105929531,"uuid":"474717559","full_name":"norbjd/envoy-grpc-http-reverse-bridge-filter-example","owner":"norbjd","description":"Showcase of Envoy gRPC HTTP reverse bridge filter","archived":false,"fork":false,"pushed_at":"2022-03-27T18:06:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T19:39:47.510Z","etag":null,"topics":["envoy","envoyproxy","grpc","grpc-js","protobuf","protobufjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/norbjd.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-03-27T18:00:32.000Z","updated_at":"2022-03-27T18:07:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef65e432-8d58-4630-aabc-c03ab165b818","html_url":"https://github.com/norbjd/envoy-grpc-http-reverse-bridge-filter-example","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/norbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norbjd","download_url":"https://codeload.github.com/norbjd/envoy-grpc-http-reverse-bridge-filter-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243680999,"owners_count":20330155,"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":["envoy","envoyproxy","grpc","grpc-js","protobuf","protobufjs"],"created_at":"2024-11-21T00:54:20.045Z","updated_at":"2026-05-18T22:09:45.217Z","avatar_url":"https://github.com/norbjd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envoy gRPC - HTTP reverse bridge filter minimal working example\n\n## Server + Envoy\n\nRun with:\n\n```shell\ndocker-compose up\n```\n\n## Client\n\n### Prepare environment\n\nMust be done only once. Generate JS files from proto and install dependencies. From root folder, run:\n\n```shell\ndocker run --rm -t \\\n    -v $PWD:/app \\\n    -w /app/client \\\n    node:16.14.2-slim \\\n    sh -c 'npm install -g grpc-tools \u0026\u0026 \\\n        grpc_tools_node_protoc --js_out=import_style=commonjs,binary:. --grpc_out=grpc_js:. -I /app/ /app/helloworld.proto \u0026\u0026 \\\n        npm install'\n```\n\n### Run\n\nFrom root folder, run:\n\n```shell\ndocker run --net=host --rm -v $PWD:/app -w /app/client node:16.14.2-slim node client.js\n```\n\nOr from `client/` folder (`cd client/`), you can run `node client.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorbjd%2Fenvoy-grpc-http-reverse-bridge-filter-example/lists"}