Merge pull request #3 from grpc/readme-rephrase

Rephrasing a bit.
This commit is contained in:
Nicolas Noble 2017-08-04 10:30:35 -07:00 committed by GitHub
commit 489260ddc0
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
Given the [community effort](https://github.com/nodejs/node/pull/14239) 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](https://www.npmjs.com/package/grpc), or [on github](https://github.com/grpc/grpc/tree/master/src/node).
Given the [community effort](https://github.com/nodejs/node/pull/14239) 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. Ultimately, the goal for this repository is to provide a basic [gRPC](https://grpc.io) implementation, without the all of the rich features.
The production-ready, generally available, feature-rich and maintained version of the gRPC Node.js module can be found [on npmjs](https://www.npmjs.com/package/grpc), or [on github](https://github.com/grpc/grpc/tree/master/src/node).