Monday, July 24, 2023

book: DotNet Dapr: "Distributed Application Runtime"

Dapr at 20,000 feet | Microsoft Learn

Dapr, or Distributed Application Runtime, is a new way to build modern distributed applications.


Dapr.io - Distributed Application Runtime

The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity. Whether your communication pattern is service to service invocation or pub/sub messaging, Dapr helps you write resilient and secured microservices.

By letting Dapr’s sidecar take care of the complex challenges such as service discovery, message broker integration, encryption, observability, and secret management, you can focus on business logic and keep your code simple.



Dapr (Distributed Application Runtime) is a free and open source runtime system designed to support cloud native and serverless computing.[2] Its initial release supported SDKs and APIs for Java.NETPython, and Go, and targeted the Kubernetes cloud deployment system.[3][4]

The source code is written in the Go programming language. It is licensed under MIT License and hosted on GitHub.[5