Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.11 KB

Package.md

File metadata and controls

15 lines (9 loc) · 1.11 KB

Package Overview

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.

Report Issues

To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository.

Useful Links