Package Exports
- @forwardimpact/librpc
- @forwardimpact/librpc/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@forwardimpact/librpc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.