grpcb.in
A hosted service for testing gRPC APIs with both insecure and secure endpoints.
DevelopmentFree
About
grpcbin is a lightweight gRPC testing service that allows developers to inspect and debug gRPC requests and responses. Similar to httpbin for HTTP, grpcbin exposes endpoints for testing gRPC clients and services, supporting both insecure (port 9000) and TLS-secured (port 9001) co…