TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Grpcc – a gRPC cli for easy testing/scripting against gRPC services

1 点作者 njpatel超过 7 年前

1 comment

njpatel超过 7 年前
Hi all - grpcc is a simple cli tool for running interactive or non-interactive rpc calls against gRPC services.<p>I posted a big update today with some nifty features and thought it could be useful for others too.<p>In interactive mode, I mostly use it for debugging &amp; exploring services. It has a full nodejs repl so you can get as complex as you like.<p>In non-interactive mode, it&#x27;s useful to run scripts against gRPC services and have the output printed to stdout - great for scripting&#x2F;testing.<p>Cheers!