Tag:protobuf
All the articles or projects with the tag "protobuf".
Build gRPC with Go (golang) Server Streaming API
Posted on:April 2, 2023 at 12:00 PMPreviously, we discussed the gRPC Unary API, you can check it at this link. In this article, I’ll cover a gRPC call using Server Streaming response implementing client and server Go applications.
Build gRPC with Go (golang) Unary API
Posted on:February 2, 2023 at 12:00 PMgRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication.