grpc-streaming-demo
Streaming service
A gRPC-based demo of bi-directional streaming RPC's
A quick demo of bi-directional streaming RPC's using grpc, go and python3
168 stars
9 watching
38 forks
Language: Go
last commit: over 7 years ago
Linked from 1 awesome list
grpc
Related projects:
Repository | Description | Stars |
---|---|---|
sioro-neoku/go-peerflix | A Golang port of peerflix, allowing users to start watching movies while torrent downloads are in progress. | 472 |
fullstorydev/grpchan | Provides an abstraction and implementations of gRPC transports, allowing for customized connections with various protocols. | 205 |
brpc/media-server | A live streaming server based on a C++ RPC framework that supports various protocols and stream types. | 260 |
rogchap/wombat | An automated gRPC client builder and runtime environment | 1,397 |
shuza/kubernetes-go-grpc | Developing Go-based microservices using gRPC and deploying them in Kubernetes with load balancing, tracing, and rate limiting. | 41 |
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 |
reugn/go-streams | Provides a lightweight and flexible way to process data streams in Go | 1,910 |
rakyll/opencensus-grpc-demo | A demo project showing how to use OpenCensus with gRPC servers and clients to collect metrics and traces | 59 |
preslavmihaylov/go-grpc-crash-course | A tutorial and learning resource on using gRPC with Go for building networked services | 10 |
jhump/protoreflect | Provides utilities and APIs for working with Go Protocol Buffers descriptors and gRPC reflection. | 1,350 |
grpc-ecosystem/grpc-simon-says | A multiplayer game where one player gives commands to others and they must follow them without hesitation. | 132 |
lixd/grpc-go-example | A collection of tutorials and examples on gRPC development in Go | 165 |
rookie-ninja/rk-grpc | A tool for building gRPC microservices with automated code generation and middleware support | 75 |
vmagamedov/grpclib | Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 938 |
gluk-w/django-grpc | Provides an easy way to launch a gRPC service with access to Django ORM and other functionality. | 228 |