✒️
[Lab] gRPC
  • Introduction
  • Environment setup and prerequisite
  • Write your .proto file
  • Generate server and client code in Java
  • Implement the server code in Java
  • Implement the client in Java
  • Implement the client in GO
Powered by GitBook
On this page

Was this helpful?

Introduction

NextEnvironment setup and prerequisite

Last updated 6 months ago

Was this helpful?

In this lab, we are going to implement a simple calculator service (just like what we did in the serverless lab) by using gRPC.