blob: 0b212138ec70c89f33f91a7ad19829f3b6df1d26 [file] [view]
# Dubbo-python Samples
## What It Contains
1. [**helloworld**](./helloworld): The simplest usage example for quick start.
2. [**serialization**](./serialization): Writing and using custom serialization functions, including protobuf, JSON, and more.
3. [**stream**](./stream): Using streaming calls, including `ClientStream`, `ServerStream`, and `BidirectionalStream`.
4. [**registry**](./registry): Using service registration and discovery features.
5. [**LLM Integration**](./llm): Easily integrating LLMs with Dubbo Python, providing RPC services using models like DeepSeek R1.