The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Grpc::XS - binding to the grpc library.

DESCRIPTION

This is the low-level binding to the grpc library. This implementation only supports a grpc client.

This library is not intended to be used directly, but rather in combination with a protocol buffer implementation like the Google::ProtocolBuffers::Dynamic module.

AUTHOR

Vincent van Dam <joyrex2001@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017-2023 by Vincent van Dam. grpc-perl is licensed under the Apache License 2.0.

SEE ALSO

Google::ProtocolBuffers::Dynamic