grpc-js: Add note in README about feature parity requests

This commit is contained in:
Michael Lumish 2021-06-28 11:24:43 -07:00
parent f87744b917
commit 32cd3504cc

View File

@ -25,6 +25,8 @@ Documentation specifically for the `@grpc/grpc-js` package is currently not avai
- Connection Keepalives
- HTTP Connect support (proxies)
If you need a feature from the `grpc` package that is not provided by the `@grpc/grpc-js`, please file a feature request with that information.
This library does not directly handle `.proto` files. To use `.proto` files with this library we recommend using the `@grpc/proto-loader` package.
## Migrating from [`grpc`](https://www.npmjs.com/package/grpc)