grpcalchemy
gRPC service builder
A Python framework for building gRPC services and handling their associated messages
The Python micro framework for building gPRC application.
84 stars
8 watching
4 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
grpcgrpc-pythongrpc-serverpython3
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
gluk-w/django-grpc | Provides an easy way to launch a gRPC service with access to Django ORM and other functionality. | 228 |
mresti/grpc-workshop | A comprehensive guide to building gRPC servers and clients using Go or Python, with additional instructions on deploying them using Docker. | 13 |
fengsp/django-grpc-framework | Provides tools and infrastructure to build gRPC services within Django projects | 390 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
bigcommerce/gruf | A Ruby framework for building gRPC services with request context support and robust client error handling. | 626 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |
vmagamedov/grpclib | Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 938 |
dhilipsiva/garuda | Automatically exposes Django ORM over gRPC for use in microservices written by other languages | 24 |
bluehouse-technology/grpc | An Erlang implementation of the gRPC protocol for building client-server communication services | 100 |
elixir-grpc/grpc | An Elixir implementation of the gRPC protocol for building networked services | 1,402 |
lileio/lile | Automates the creation of basic gRPC services in Go with pre-set structures and tools. | 1,506 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
forest33/warthog | A cross-platform GUI client for gRPC services with features like service discovery, input generation, and authentication support. | 119 |
grpcmd/grpcmd | A command-line tool for interacting with gRPC services | 67 |