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: over 1 year ago
Linked from 1 awesome list
grpcgrpc-librarygrpc-perlperl
Related projects:
Repository | Description | Stars |
---|---|---|
| A Haskell interface to the gRPC protocol for building client-side RPC services. | 154 |
| A Swift language implementation of the gRPC protocol | 2,061 |
| Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
| A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 529 |
| A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
| An Erlang implementation of the gRPC protocol for building client-server communication services | 100 |
| A command line tool for calling gRPC services and inspecting their structure | 258 |
| A command-line tool for interacting with gRPC services | 68 |
| A library for creating gRPC services in Erlang. | 140 |
| A library that abstracts away gRPC configuration details and provides production-ready features such as health checks and shutdown hooks. | 210 |
| An Elixir implementation of the gRPC protocol for building networked services | 1,403 |
| 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 |
| A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 442 |
| A lightweight GRPC implementation optimized for low-memory environments. | 563 |
| A reverse proxy server for converting HTTP requests to gRPC calls | 373 |