grpc-node/packages/grpc-js-core
Michael Lumish 49c354a223
Revert "Revert "Add coverage reporting for JavaScript and TypeScript files""
2018-05-16 14:03:23 -07:00
..
src Revert "Revert "Add coverage reporting for JavaScript and TypeScript files"" 2018-05-16 14:03:23 -07:00
test Fix lint errors and formatting 2018-04-18 11:32:46 -07:00
README.md Add note about @grpc/grpc-js alpha status 2018-04-11 13:29:49 -07:00
gulpfile.ts test: enable ci for node 9 2018-04-11 15:14:05 -07:00
package.json Update lodash version to ^4.17.5 (#330) 2018-05-10 11:03:36 -07:00
tsconfig.json simplify gulp commands in package directories 2017-12-14 16:41:24 -08:00

README.md

Pure JavaScript gRPC Client

Note: This is an alpha-level release. Some APIs may not yet be present and there may be bugs. Please report any that you encounter

Installation

Node 9.x or greater is required.

npm install @grpc/grpc-js

Features

  • Unary and streaming calls
  • Cancellation
  • Deadlines
  • TLS channel credentials
  • Call credentials (for auth)
  • Simple reconnection

This library does not directly handle .proto files. To use .proto files with this library we recommend using the @grpc/proto-loader package.