All Stories published by Codezillas on May 13, 2018
01
02
05
08
09
10
12
16
17
20
22
28
29
30
31

Building a microservice framework in Golang

[UPDATE — 05/13/2018]

Added an gRPC based microservice example to the github repository. Check it out at rpc-microservice.

Start the gRPC server by running the /examples/rpc-microservice/main.go and…