An implementation of a gRPC server and client in Erlang.
grpc-erl is an implementation of a gRPC server and client in Erlang, providing HTTP/2-based RPC functionality. The project is built with rebar3 and uses Cowboy for the server side, Gun for the client side, and gpb for encoding and decoding protobuf messages. Code generation from `.proto` files is handled via the grpc_plugin tool, which generates both client-side and server-side code.