Tag:streaming-api
All the articles or projects with the tag "streaming-api".
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.