mirror of https://github.com/grpc/grpc-node.git
|
||
---|---|---|
packages/grpc-js-core | ||
.gitignore | ||
AUTHORS | ||
LICENSE | ||
README.md | ||
gulpfile.js | ||
package.json | ||
setup.sh |
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.