Implementation of gRPC with Go
-
Updated
Oct 11, 2022 - Go
Implementation of gRPC with Go
Demos of the talk I did in the Virtual NetCoreConf 2021 in Spain
A simple POC on gRPC unary, server-side streaming & bidirectional streaming. JSON transcoding is integrated with the unary gRPC along with SwaggerUI support. A gRPC client is developed with .NET console app to check gRPC server-side data streaming.
In this project, I have worked on gRPC framework in Java using Gradle Configurations.
This is the repository I created to practice GRPC. Examples of Unary RPC, Server Streaming RPC, Client Streaming RPC and Bidirectional Streaming RPC communication models are given.
In this project, I have worked on a Blog Service using gRPC in Go.
Some gRPC simple examples for unary, server streaming, client streaming and bidirectional streaming RPCs
Basic gRPC examples
Basic gRPC server with TypeScript
In this project, I have worked on gRPC in Go.
Add a description, image, and links to the unary-rpc topic page so that developers can more easily learn about it.
To associate your repository with the unary-rpc topic, visit your repo's landing page and select "manage topics."