gRPC for Node.js
Go to file
Nicolas Noble 7e32e84bca rootCerts is optional. 2017-08-02 15:31:19 -07:00
src rootCerts is optional. 2017-08-02 15:31:19 -07:00
.gitignore chore: initial commit 2017-08-02 13:43:35 -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 Update README.md 2017-08-02 15:09:09 -07:00
gulpfile.js chore: initial commit 2017-08-02 13:43:35 -07:00
package.json Running google-ts-style init. 2017-08-03 00:25:50 +02:00
tsconfig.json Running google-ts-style init. 2017-08-03 00:25:50 +02:00

README.md

Given the community effort to bring an experimental http2 stack for nodejs, the gRPC team decided to start exploring the feasibility of using it. The code you'll find in this repository is not meant for public consumption, and is by no means production-ready. Instead, the production-ready, generally available and maintained version of the gRPC Node.js module can be found on npmjs, or on github.