Sign in
apache
/
dubbo-python
/
refs/heads/main
/
.
/
samples
tree: 0beacf18448546528447ac099b55c2fe6976dd2d
helloworld/
llm/
proto/
registry/
serialization/
stream/
__init__.py
README.md
samples/README.md
Dubbo-python Samples
What It Contains
helloworld
: The simplest usage example for quick start.
serialization
: Writing and using custom serialization functions, including protobuf, JSON, and more.
stream
: Using streaming calls, including
ClientStream
,
ServerStream
, and
BidirectionalStream
.
registry
: Using service registration and discovery features.
LLM Integration
: Easily integrating LLMs with Dubbo Python, providing RPC services using models like DeepSeek R1.