Site icon Golang Libraries, Apps, Golang Jobs and Go Tutorials

gRPC with a Golang Server and a Python Client

In this golang article, we are going to learn how to make a simple Golang gRPC server and the Python stub (gRPC client) to use that service. As a bonus, we will learn how to work with the partial update using Fieldmask.

Overview:

Note:

In this project the writer is not going to use any kind of databases to store the employee details. To keep this project simple, just used in-memory store on the server side to store the values. Our main focus area is gRPC Server and Client implementation in Golang and Python respectively. (so omitted the database part)


There is no ads to display, Please add some
Exit mobile version