0.1.0 • Published 4 years ago

@bumped-inc/grpc-utils v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

Grpc Utils for Typescript

@bumped-inc/grpc-utils

This package is designed to support working with gRPC and specificallu @grpc/grpc-js from typescript. It tries to fill in some of the gaps with other implementations by generating typescript using the Typescript Compiler API.

First use

At this time, the main way to use this package is to clone it and run

yarn && yarn generate

This will introspect on the proto definitions included in the protos directory and generate a set of typescript clients.

TODOs

  • Support streaming calls
  • Support call metadata and options