From 479c843f5bd948a0d84c0c4ca87ce7e44b02c668 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 18 Aug 2024 14:39:06 +0900 Subject: [PATCH] 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 --- doc/server-reflection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/server-reflection.md b/doc/server-reflection.md index 63a58f9c8d0..cef9828ec40 100644 --- a/doc/server-reflection.md +++ b/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)