Package Exports
- @forwardimpact/librpc
- @forwardimpact/librpc/base.js
- @forwardimpact/librpc/bin/fit-unary.js
- @forwardimpact/librpc/client.js
- @forwardimpact/librpc/package.json
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.