grpc-node/packages/grpc-js-core
murgatroid99 91e1837d16 Publish .d.ts files in grpc-js. Also bump the version 2018-06-14 14:58:04 -07:00
..
src Format code 2018-05-30 16:08:42 -07:00
test Format code 2018-05-30 16:08:42 -07:00
README.md Add note about @grpc/grpc-js alpha status 2018-04-11 13:29:49 -07:00
gulpfile.ts Make grpc-js tests run on Node 8.11.2 2018-05-30 15:57:35 -07:00
package.json Publish .d.ts files in grpc-js. Also bump the version 2018-06-14 14:58:04 -07:00
tsconfig.json Compile grpc-js to ES6 to improve debugging 2018-05-30 15:57:58 -07: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.