grpclib
gRPC library
Pure-Python implementation of the gRPC protocol for asyncio-based microservices
Pure-Python gRPC implementation for asyncio
938 stars
29 watching
92 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
asynciogrpch2microservicesprotobufpython
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 |
dhilipsiva/garuda | Automatically exposes Django ORM over gRPC for use in microservices written by other languages | 24 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
elixir-grpc/grpc | An Elixir implementation of the gRPC protocol for building networked services | 1,402 |
gluk-w/django-grpc | Provides an easy way to launch a gRPC service with access to Django ORM and other functionality. | 228 |
deeplay-io/nice-grpc | A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 433 |
fullstorydev/grpchan | Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
davebshow/gremlinclient | Client library for interacting with the Gremlin Server protocol in Python | 28 |
tradias/asio-grpc | An asynchronous gRPC implementation using Asio/unified executors and C++20 coroutines | 367 |
vadimi/grpc-client-cli | A command line tool for calling gRPC services and inspecting their structure | 252 |
guangtianli/grpcalchemy | A Python framework for building gRPC services and handling their associated messages | 84 |
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 |
apssouza22/grpc-production-go | A library that abstracts away gRPC configuration details and provides production-ready features such as health checks and shutdown hooks. | 210 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |