docs: readme

main
sundowndev 2024-02-28 16:18:23 +04:00
parent 10a7b0ff0f
commit 5a8da7ce9e
1 changed files with 1 additions and 0 deletions

View File

@ -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) - 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). - gRPC [health check protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md#grpc-health-checking-protocol).
- rpc message validation - rpc message validation
- gRPC services testing
⚠️ For demo purposes, encryption wasn't properly handled in this project. ⚠️ For demo purposes, encryption wasn't properly handled in this project.