RPC Communication Protocol Based on HTTP1/2 - triple

Demonstrates how to develop services based on triple protocol communication.

Developing triple communication services using Java interfaces

The Triple protocol is fully compatible with gRPC but offers better usability without binding to Protobuf, allowing you to define services directly using Java interfaces.

Developing Triple Communication Services Using Protobuf (IDL)

The Triple protocol supports defining services using Protocol Buffers (Protobuf), making it more user-friendly for those who choose Protobuf for various scenarios such as multi-language, gRPC, and security.

Streaming Communication

Demonstrates basic usage of Streaming communication such as server streaming, bidirectional streaming, etc.

Develop gRPC Services with Dubbo

Demonstrates how to implement mutual calls between Dubbo services and standard gRPC services using the triple protocol.