golang-grpc
There are 10 repositories under golang-grpc topic.
jergoo/go-grpc-tutorial
A simple tutorial about Golang gRPC.
stingbo/gome
gome- Golang Match Engine, uses Golang for calculations, gRPC for services, ProtoBuf for data exchange, RabbitMQ for queues, and Redis for cache implementation of high-performance matching engine microservices/ gome-高性能撮合引擎微服务
ghostiam/protogetter
Protobuf golang linter - use getters instead of fields.
mohammadhasanii/Go-Videostream
This is a Go project that provides an HTTP video server for streaming a video file over HTTP protocol. The project includes a main Go file and an HTML file to display the streaming video in the browser. The goal is to provide a simple and easy-to-use video streaming solution using Go language.
dedidot/grpc-book-server-streaming
Simple server streaming gRPC
steadylearner/go-mod-with-gRPC-example
How to use go mod with gRPC.(Could find the error from the outdated example.)
zianwar/go-grpc-demo
Basic go grpc demo
dedidot/grpc-book-client-streaming
Simple grpc client streaming
dedidot/simple-unary-grpc
Simple unary gRPC
yaninyzwitty/rest-grpc-client-grpc-server
This project aims to show how you would use and setup rest api (as a gateway), linked to a grpc client and a grpc server