Making service invocation README more concise

This commit is contained in:
Aaron Schlesinger 2020-05-05 13:55:24 -07:00
parent d08a06f641
commit dca303e919
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# Service Invocation
Dapr-enabled apps can communicate with each other through well-known endpoints in the form of http or gRPC messages.
Using the service invocation API, your microservice can find and reliably communicate with other microservices in your system.
Using the service invocation API, your microservice can find and reliably communicate with other microservices in your system using standard protocols ([gRPC](https://grpc.io) or HTTP are currently supported).
Below is a high level overview of how Dapr's service invocation system works.