From 5a8da7ce9e29901e3bf50edc3a3dca8a4d0a78fd Mon Sep 17 00:00:00 2001 From: sundowndev <16480203+sundowndev@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:18:23 +0400 Subject: [PATCH] docs: readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c3b681..056c793 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repository demonstrates how to use gRPC with Go and various plugins. It's a - graceful server shut down (designed for orchestration systems such as k8s) - gRPC [health check protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md#grpc-health-checking-protocol). - rpc message validation +- gRPC services testing ⚠️ For demo purposes, encryption wasn't properly handled in this project.