{"id":21327551,"url":"https://github.com/jille/rpcz","last_synced_at":"2026-03-06T22:05:56.424Z","repository":{"id":57652651,"uuid":"451531162","full_name":"Jille/rpcz","owner":"Jille","description":"A library to show RPC samples for gRPC","archived":false,"fork":false,"pushed_at":"2025-06-02T08:37:09.000Z","size":84,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T19:43:51.516Z","etag":null,"topics":["debugging","distributed-systems","golang","grpc","grpc-go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jille.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}},"created_at":"2022-01-24T15:57:56.000Z","updated_at":"2025-06-02T08:36:58.000Z","dependencies_parsed_at":"2024-06-11T23:33:19.161Z","dependency_job_id":"c3bbca6a-7bb6-4acf-a8b9-88f7028bd4a1","html_url":"https://github.com/Jille/rpcz","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Jille/rpcz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jille%2Frpcz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jille%2Frpcz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jille%2Frpcz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jille%2Frpcz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jille","download_url":"https://codeload.github.com/Jille/rpcz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jille%2Frpcz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951610,"owners_count":23687974,"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":["debugging","distributed-systems","golang","grpc","grpc-go"],"created_at":"2024-11-21T21:18:11.313Z","updated_at":"2026-03-06T22:05:56.366Z","avatar_url":"https://github.com/Jille.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpcz\n\n[![GoDoc](https://godoc.org/github.com/Jille/rpcz?status.svg)](https://godoc.org/github.com/Jille/rpcz)\n\nThis library shows recent gRPC calls on a web page including their payloads for debugging.\n\nYou need to register interceptors for every gRPC client and server that you want to debug.\n\n```go\n// Servers\ns := grpc.NewServer(grpc.ChainUnaryInterceptor(UnaryServerInterceptor), grpc.ChainStreamInterceptor(StreamServerInterceptor))\n\n// Clients\nc, err := grpc.Dial(addr, grpc.WithUnaryInterceptor(rpcz.UnaryClientInterceptor), grpc.WithStreamInterceptor(rpcz.StreamClientInterceptor))\n\n// Expose the debugging page. Make sure to protect it appropriately, as it exposes all RPC payloads.\nhttp.Handle(\"/rpcz\", httpauth.SimpleBasicAuth(\"debugger\", \"hackme\")(rpcz.Handler))\n```\n\nAllow me to reiterate: It is very important to protect the rpcz.Handler against unprivileged access if you don't want a data leak.\n\n## Screenshot\n\n\u003cimg src=\"screenshot.png\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjille%2Frpcz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjille%2Frpcz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjille%2Frpcz/lists"}