Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dapr.ext.grpc

gRPC AppCallback server framework for Dapr Python SDK applications. Provides decorator-based registration for service invocation, pub/sub, bindings, jobs, and health checks.

pip install "dapr[grpc]"
from dapr.ext.grpc import App

See the root README for migration steps from the legacy dapr-ext-grpc distribution.