Add link to grpc docs in @grpc/grpc-js README

- Adds a link to `grpc` documentation
- Addresses some of the concerns in #1540
This commit is contained in:
Thomas Hunter II 2020-08-16 13:50:23 -07:00 committed by GitHub
parent e37e4f26c6
commit 1583786478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ Node 12 is recommended. The exact set of compatible Node versions can be found i
npm install @grpc/grpc-js
```
## Documentation
Documentation specifically for the `@grpc/grpc-js` package is currently not available. However, [documentation is available for the `grpc` package](https://grpc.github.io/grpc/node/grpc.html), and the two packages contain mostly the same interface. There are a few notable differences, however, and these differences are noted in the "Migrating from grpc" section below.
## Features
- Clients