mirror of https://github.com/dapr/docs.git
Update gRPC-integration.md
Signed-off-by: Newbe36524 <newbe36524@qq.com>
This commit is contained in:
parent
ef9a5a3b8a
commit
0465651e26
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue