TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RpcExplorer: Interactively build RPC requests

1 pointsby hq6about 2 years ago

1 comment

hq6about 2 years ago
RpcExplorer is a curses tool that allows the user to search for service methods defined in protobuf and interactively build and issue requests.<p>I built it a few months ago, and my team at Square has been using it to save time during both development and debugging when interacting with gRPC and proto-over-http servicse defined in protobuf.<p>If you use protobuf-based services, please feel free to play with it and let me know what you think!