The grpc
library is one of the standard library packages of the Ballerina language.
This package provides support for the gRPC messaging protocol. gRPC is an inter-process communication technology that allows you to connect, invoke, and operate distributed, heterogeneous applications as easily as making a local function call. The gRPC protocol is layered over HTTP/2 and uses Protocol Buffers for marshaling/unmarshaling messages. This makes gRPC highly efficient on wire and a simple service definition framework.
To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository.
- Chat live with us via our Slack channel.
- Post all technical questions on Stack Overflow with the #ballerina tag.