| # 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. |
| |