Michael Lumish 54f90fa7d1 Merge pull request #8 from murgatroid99/client_impl
Add simple implementations for client and call classes
2017-08-15 15:43:16 -07:00
2017-08-07 16:11:42 -07:00
2017-08-02 15:11:07 -07:00
2017-08-02 15:10:19 -07:00
2017-08-02 17:11:35 -07:00

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.

Description
gRPC for Node.js
Readme Apache-2.0 35 MiB
Languages
TypeScript 87.3%
JavaScript 10.2%
C++ 1.2%
Shell 0.8%
Dockerfile 0.2%
Other 0.2%