mirror of https://github.com/dapr/docs.git
1.5 KiB
1.5 KiB
Dapr documentation
Welcome to the Dapr documentation repository. You can learn more about Dapr from the links below.
- Overview - An overview of Dapr and how it enables you to build distributed applications
- Getting Started - Set up your environment for Dapr
- Quickstarts and Samples - Quick start guides and samples for developing applications using Dapr
- Concepts - Dapr concepts explained
- How-Tos - Guides explaining how to accomplish specific tasks with Dapr
- Reference - Detailed reference documentation
SDKs
- Go SDK - Get started with the Dapr proto client for Go
- Java SDK - Get started with the Dapr proto client for Java
- Javascript SDK - Get started with the Dapr proto client for Javascript
- Python SDK - Get started with the Dapr proto client for Python
- .NET SDK - Get started with the Dapr proto client for .NET Core
- Getting Started with .NET Actors - End to end tutorial for developing actor applications using the Dapr .NET sdk
Note: Dapr is language agnostic and provides a RESTful HTTP API in addition to the protobuf clients.