mirror of https://github.com/dapr/docs.git
parent
c37f4588c1
commit
972c3ff3b0
|
@ -73,6 +73,7 @@ To make using Dapr more natural for different languages, it also includes langua
|
|||
- **[Python SDK](https://github.com/dapr/python-sdk)**
|
||||
- **[RUST SDK](https://github.com/dapr/rust-sdk)**
|
||||
- **[.NET SDK](https://github.com/dapr/dotnet-sdk)**
|
||||
- **[PHP SDK](https://github.com/dapr/php-sdk)**
|
||||
|
||||
> Note: Dapr is language agnostic and provides a [RESTful HTTP API]({{< ref api >}}) in addition to the protobuf clients.
|
||||
|
||||
|
@ -86,6 +87,8 @@ Dapr can be used from any developer framework. Here are some that have been int
|
|||
|
||||
Dapr integrates easily with Python [Flask](https://pypi.org/project/Flask/) and node [Express](http://expressjs.com/). See examples in the [Dapr quickstarts](https://github.com/dapr/quickstarts).
|
||||
|
||||
In the Dapr [PHP-SDK](https://github.com/dapr/php-sdk) you can serve with Apache, Nginx, or Caddyserver.
|
||||
|
||||
#### Actors
|
||||
Dapr SDKs support for [virtual actors]({{< ref actors >}}) which are stateful objects that make concurrency simple, have method and state encapsulation, and are designed for scalable, distributed applications.
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho
|
|||
| [.NET](https://github.com/dapr/dotnet-sdk) | In Development | ✔ | ASP.NET Core | ✔ |
|
||||
| [Python]({{< ref python >}}) | In Development | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
|
||||
| [Java](https://github.com/dapr/java-sdk) | In Development | ✔ | Spring Boot | ✔ |
|
||||
| [PHP](https://github.com/dapr/php-sdk) | In Development | ✔ | ✔ | ✔ |
|
||||
| [Go](https://github.com/dapr/go-sdk) | In Development | ✔ | ✔ | |
|
||||
| [C++](https://github.com/dapr/cpp-sdk) | Backlog | ✔ | |
|
||||
| [Rust]() | Backlog | ✔ | | |
|
||||
|
|
Loading…
Reference in New Issue