From 3ea13a3953ce02694b9b7436f7eb28e80f5edc31 Mon Sep 17 00:00:00 2001 From: YoungKi Lyu Date: Sat, 16 Mar 2024 17:57:25 +0900 Subject: [PATCH] docs(microservices): Add link to added gRPC sample --- content/microservices/grpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/microservices/grpc.md b/content/microservices/grpc.md index 8521f4467c..004683a910 100644 --- a/content/microservices/grpc.md +++ b/content/microservices/grpc.md @@ -337,7 +337,7 @@ Please note that this would require updating the `HeroesService` interface that #### Example -A working example is available [here](https://github.com/nestjs/nest/tree/master/sample/04-grpc). +A working example is available [here](https://github.com/nestjs/nest/tree/master/sample/04-grpc) for a hybrid application (HTTP + gRPC) and [here](https://github.com/nestjs/nest/tree/master/sample/34-grpc-client-server) for independent gRPC Client / Server respectively. #### gRPC Streaming