Sign in
◑
Theme
apache
/
dubbo-python
/
6325c2ed1afa3e9d59f16fe5fa7f3f5ea035b755
/
.
/
samples
tree: 4974939e722b7a752ab2aba9b7efa4c7614ea3f2
helloworld/
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.