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.
To use it, there are currently two options:
* Google::ProtocolBuffers::Dynamic to generate the client
* protoxs-perl to generate the client based on a proto2 file (see examples)
AUTHOR
Vincent van Dam <joyrex2001@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Vincent van Dam. grpc-perl is licensed under the Apache License 2.0.
SEE ALSO
Google::ProtocolBuffers::Dynamic https://github.com/joyrex2001/grpc-perl