go-sdk/examples/conversation/README.md

560 B

Dapr Conversation Example with go-sdk

Step

Prepare

  • Dapr installed

Run Conversation Example

dapr run --app-id conversation \
         --dapr-grpc-port 50001 \
         --log-level debug \
         --resources-path ./config \
         -- go run ./main.go

Result

  - '== APP == conversation output: hello world'