mirror of https://github.com/grpc/grpc.io.git
Fix grpc-js 1.0 blog to match the deprecation plan (#210)
This commit is contained in:
parent
557efd8850
commit
90b2771659
|
|
@ -27,8 +27,9 @@ gRPC-JS supports the following features, which should cover most use cases:
|
||||||
|
|
||||||
## Should I use @grpc/grpc-js or grpc?
|
## Should I use @grpc/grpc-js or grpc?
|
||||||
|
|
||||||
The original Node gRPC library ([grpc][]) has been deprecated, so we recommend
|
The original Node gRPC library ([grpc][]) will no longer receive feature
|
||||||
that you use gRPC-JS, [@grpc/grpc-js][grpc-js].
|
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
|
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
|
compression support or support for other load balancing policies. If you need
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue