Update gRPC-integration.md

Signed-off-by: Newbe36524 <newbe36524@qq.com>
This commit is contained in:
Newbe36524 2024-03-13 17:20:50 +08:00 committed by newbe36524
parent ef9a5a3b8a
commit 0465651e26
No known key found for this signature in database
GPG Key ID: CD08BDD1D9C34B2B
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ title: "How to: Use the gRPC interface in your Dapr application"
linkTitle: "How to: gRPC interface"
weight: 6000
description: "Use the Dapr gRPC API in your application"
type: docs
---
Dapr implements both an HTTP and a gRPC API for local calls. [gRPC](https://grpc.io/) is useful for low-latency, high performance scenarios and has language integration using the proto clients.