JSPM

  • Created
  • Published
  • Downloads 300
  • Score
    100M100P100Q105759F
  • License Apache-2.0

gRPC framework and utilities for Guide

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