gRPC for Node.js
Go to file
murgatroid99 ab4cb93ec8 Add an index file that exposes the public API 2017-08-29 13:24:05 -07:00
src Add an index file that exposes the public API 2017-08-29 13:24:05 -07:00
test Lint and format 2017-08-29 10:27:42 -07:00
.gitignore Add simple implementations for client and call classes 2017-08-11 14:23:37 -07:00
AUTHORS Adding AUTHORS file. 2017-08-02 15:11:07 -07:00
LICENSE Create LICENSE 2017-08-02 15:10:19 -07:00
README.md Rewrite README, separate current state information from plan information 2017-08-04 11:02:10 -07:00
gulpfile.js Use gulp-help and allow multiple --file params 2017-08-11 12:36:07 -07:00
package.json Add an index file that exposes the public API 2017-08-29 13:24:05 -07:00
setup.sh Added gulp task to auto-point to node-h2 binary 2017-08-03 14:42:00 -07:00
tsconfig.json Resolve comments 2017-08-28 14:38:30 -07:00

README.md

Pure JavaScript Node gRPC Client

This library is currently incomplete and experimental, built on the upcoming experimental http2 Node module. The existing, working gRPC Node.js module can be found on npm and on github.

This library is a minimally-featured implementation of gRPC purely in JavaScript, without a C++ addon. It is intended for use in libraries that need complete platform support and only basic gRPC features.

The existing gRPC Node.js module will continue to be the canonical, feature rich implementation of gRPC, with broad but incomplete platform support.