From 32cd3504cccec9fcfee67dc87a6a9e8f66fa40f3 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Mon, 28 Jun 2021 11:24:43 -0700 Subject: [PATCH] grpc-js: Add note in README about feature parity requests --- packages/grpc-js/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/grpc-js/README.md b/packages/grpc-js/README.md index 4bb4da02..df44264c 100644 --- a/packages/grpc-js/README.md +++ b/packages/grpc-js/README.md @@ -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)