@forwardimpact/librpc
v0.1.110
Published
gRPC server and client framework — ship service endpoints without reimplementing transport.
Downloads
1,320
Readme
librpc
gRPC server and client framework — ship service endpoints without reimplementing transport.
Getting Started
import { Server, Client, createClient, createTracer } from '@forwardimpact/librpc';Documentation
- Ship a Service Endpoint
— ship and consume a gRPC service with typed contracts, authentication,
retries, and health checks;
fit-unaryis the command-line client for it. - Keep Types Synced with Proto Definitions — the full workflow for defining proto contracts and generating typed base classes and clients.
