Fix link about gRPC Server Reflection for Node.js

Node.js now has the package for gRPC Reflection.
https://github.com/grpc/grpc-node/tree/master/packages/grpc-reflection
pull/37524/head
yuuji.yaginuma 3 months ago
parent a22ea0beb6
commit 479c843f5b
  1. 2
      doc/server-reflection.md

@ -172,4 +172,4 @@ each language:
- [C++](https://grpc.io/grpc/cpp/md_doc_server_reflection_tutorial.html)
- [Python](https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md)
- Ruby: not yet implemented [#2567](https://github.com/grpc/grpc/issues/2567)
- Node: not yet implemented [#2568](https://github.com/grpc/grpc/issues/2568)
- [Node](https://github.com/grpc/grpc-node/tree/master/packages/grpc-reflection)

Loading…
Cancel
Save