mirror of https://github.com/grpc/grpc-node.git
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:
parent
e37e4f26c6
commit
1583786478
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue