In my previous post, I’ve made a brief introduction to gRPC. We went through basic notions of that technology and compared it to RESTful services.
Now, it’s time to write some code!
Tag: gRPC
Introduction to gRPC
gRPC is gaining more and more popularity. In this post, I will explain what gRPC is and how RPC services look compared to “standard” RESTful approach.