We are going to create a stack where: Microservices are communicating using gRPC using protobuf for serializing-deserializingFrontend is consuming APIs through graphQLReact is used to render UI Step 1: gRPC Service You need a gRPC server running for the tutorial. If you don't have one of your own, you can use the one here. This... Continue Reading →