Fix grpc-js 1.0 blog to match the deprecation plan (#210)

This commit is contained in:
Michael Lumish 2020-04-22 17:08:55 -07:00 committed by GitHub
parent 557efd8850
commit 90b2771659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@ gRPC-JS supports the following features, which should cover most use cases:
## Should I use @grpc/grpc-js or grpc?
The original Node gRPC library ([grpc][]) has been deprecated, so we recommend
that you use gRPC-JS, [@grpc/grpc-js][grpc-js].
The original Node gRPC library ([grpc][]) will no longer receive feature
updates and we plan to deprecate it in a year,
so we recommend that you use gRPC-JS, [@grpc/grpc-js][grpc-js].
However, some advanced features haven't been ported to gRPC-JS yet, such as full
compression support or support for other load balancing policies. If you need