gRPC Health Check TypeScript

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

TypeScript implementation of the gRPC health checking protocol (defined in grpc/grpc-proto). Version 1.0.2 provides generated ProtoBuf service definitions and a ready-to-use server/client for health checks. It replaces the outdated grpc-ts-health-check package and is compatible with the modern @grpc/grpc-js library. Unlike the predecessor, it does not depend on the deprecated grpc package and is fully typed for TypeScript projects. The package is minimal and focuses solely on the standard gRPC health check service (Check and Watch RPCs).