go-sdk/daprdocs/content/en/go-sdk-docs/go-server/_index.md

490 B

type title linkTitle weight description no_list
docs Getting started with the Dapr Service (Callback) SDK for Go Service 20000 How to get up and running with the Dapr Service (Callback) SDK for Go true

In addition to this Dapr API client, Dapr Go SDK also provides service package to bootstrap your Dapr callback services. These services can be developed in either gRPC or HTTP:

  • [HTTP Service]({{< ref http-service.md >}})
  • [gRPC Service]({{< ref grpc-service.md >}})