The gRPC (gRPC Remote Procedure Calls) is a RPC protocol built on top of HTTP/2 transport. The main use case for gRPC is to provide a cross-platform framework for building communication between network nodes. gRPC uses Protobuf as the interface definition language. The gRPC Test Suite can be used for testing robustness of server applications using gRPC as communication method and also gRPC server implementations.
A tool for building test sequences for gRPC Test Suite from Protobuf specifications.
Supports TLS Authentication, gRPC streaming.