grpc-perl
gRPC client library
An implementation of the gRPC transport layer in Perl
Perl 5 implementation of gRPC using the official gRPC shared library.
33 stars
7 watching
12 forks
Language: Perl
last commit: about 1 year ago
Linked from 1 awesome list
grpcgrpc-librarygrpc-perlperl
Related projects:
Repository | Description | Stars |
---|---|---|
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
grpc/grpc-swift | A Swift language implementation of the gRPC protocol | 2,048 |
fullstorydev/grpchan | Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
grpc-ecosystem/polyglot | A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 530 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
bluehouse-technology/grpc | An Erlang implementation of the gRPC protocol for building client-server communication services | 100 |
vadimi/grpc-client-cli | A command line tool for calling gRPC services and inspecting their structure | 252 |
grpcmd/grpcmd | A command-line tool for interacting with gRPC services | 67 |
tsloughter/grpcbox | A library for creating gRPC services in Erlang. | 139 |
apssouza22/grpc-production-go | A library that abstracts away gRPC configuration details and provides production-ready features such as health checks and shutdown hooks. | 207 |
elixir-grpc/grpc | An Elixir implementation of the gRPC protocol for building networked services | 1,402 |
firecomm/firecomm | A feature-rich gRPC-Node library providing core functions for building RPC clients and servers with support for various middleware and error handling options. | 226 |
deeplay-io/nice-grpc | A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 433 |
containerd/ttrpc | A lightweight GRPC implementation optimized for low-memory environments. | 559 |
mercari/grpc-http-proxy | A reverse proxy server for converting HTTP requests to gRPC calls | 372 |