mirror of https://github.com/dapr/go-sdk.git
|
||
---|---|---|
.. | ||
common | ||
grpc | ||
http | ||
Readme.md |
Readme.md
Dapr Service (Callback) SDK for Go
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:
Templates
To accelerate your Dapr app development in go even further, we've craated a few GitHub templates which build on the above Dapr callback packages:
- Dapr gRPC Service in Go - Template project to jump start your Dapr event subscriber service with gRPC development
- Dapr HTTP Event Subscriber in Go - Template project to jump start your Dapr event subscriber service with HTTP development
- Dapr gRPC Event Subscriber in Go - Template project to jump start your Dapr event subscriber service with gRPC development
- Dapr HTTP cron Handler in Go - Template project to jump start your Dapr service development for scheduled workloads
Contributing
See the Contribution Guide to get started with building and developing.