# njpatel/grpcc

A gRPC cli interface for easy testing against gRPC servers

Repository: https://github.com/njpatel/grpcc
Canonical: https://ross.abutalabs.com/products/grpcc
Language: JavaScript
License: NOASSERTION
License Family: other
Topics: grpc, grpc-client, devops, devtools, developer-tools, http2, protobuf, protobuf3
Last push: 2019-04-18T16:27:03+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3859, "days_push": 2694, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1133, forks 74 (observed 2026-08-28T04:03:42.835371+00:00)

## What it is
grpcc is a command-line client for testing gRPC servers, written in Node.js but able to talk to gRPC services in any language. It starts a REPL with a connected gRPC client, pretty-printing helpers, and support for streams, metadata, SSL, and eval/exec modes.

## Use cases
- test grpc server from the command line
- call grpc methods using a proto file
- interactively explore a grpc api in a repl
- fire one-off grpc requests like curl
- test grpc streaming and bidirectional rpcs
- debug grpc services with metadata and ssl

## When to choose
- you need a quick curl-like tool for gRPC endpoints
- you want an interactive REPL with a live gRPC client
- you need to exercise streaming or metadata-heavy gRPC services

## When to avoid
- you need a GUI gRPC client like Postman or BloomRPC
- you want load testing or benchmarking of gRPC services
- the project has not seen a release since 2019 and may lag newer gRPC features

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: rpc, http-client, developer-tools, cli
- domain: developer-tools, apis, testing
- platform: cli, cross-platform
- tags: grpc, grpc-client, protobuf, repl, api-testing, http2, command-line, nodejs

## Member repositories
- njpatel/grpcc (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.835371+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:27.436341+00:00, confidence not recorded.
  - readme: https://github.com/njpatel/grpcc (fetched 2026-08-28T04:03:42.835371+00:00, sha ecf30fc4596c)
  - registry_npm: https://registry.npmjs.org/grpcc (fetched 2026-08-29T12:42:11.523835+00:00, sha 21441d896937)
- Data as of 2026-08-30T08:39:29.467469+00:00.
