MENU

Fun & Interesting

Build a gRPC server with Go - Step by step tutorial

Maximilien Andile 44,407 2 years ago
Video Not Working? Fix It Now

In this video I will show you - How to init your Go project - How to create a simple .proto file to define your API - How to generate Protocol Buffers and gRPC code with protoc - How to build the server - How to test it with BloomRPC Source code of the project: https://github.com/maximilienandile/demo-grpc

Comment