{"library":"grpc-server-reflection","type":"library","category":null,"description":"grpc-server-reflection is a Node.js library that implements the gRPC server reflection protocol, allowing gRPC clients to discover services and methods exposed by a server at runtime without prior knowledge of its `.proto` definitions. Currently at version 0.1.5, it provides robust reflection capabilities by leveraging pre-generated binary descriptor sets (via `grpc_tools_node_protoc`) rather than relying on dynamic schema parsing or problematic `protobuf-js` binary formats. It is designed to be framework-agnostic and offers full support for both the modern `@grpc/grpc-js` library and the older `grpc` package. Key differentiators include its comprehensive service detection, full feature set compared to alternatives, and its ability to handle complex `proto` definitions via a static descriptor file. While the release cadence is not explicitly defined, given its pre-1.0 version, users can expect incremental updates for bug fixes and stability improvements.","language":"javascript","status":"active","version":"0.1.5","tags":["javascript","grpc","reflection","nodejs","server","descriptor set","proto","service","introspection"],"last_verified":"Wed May 27","install":[{"cmd":"npm install grpc-server-reflection","imports":["import { addReflection } from 'grpc-server-reflection'","import * as grpc from '@grpc/grpc-js'; const server = new grpc.Server()","import { ServerUnaryCall } from '@grpc/grpc-js'"]},{"cmd":"yarn add grpc-server-reflection","imports":[]},{"cmd":"pnpm add grpc-server-reflection","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/grpc-server-reflection","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/grpc-server-reflection/compatibility"}}