gRPC: An Introduction With Scala Compiler
Reading Time: 3 minutes Using grpc with Scala
Reading Time: 3 minutes Using grpc with Scala
Reading Time: 6 minutes It has been a year since I’ve been exploring the gRPC framework. Most of the time, I’ve written web services in gRPC and glued them together with their implementations. Most of the time without having to explore it why and how it came into the light? I find people relating the gRPC framework to the “Microservices” world. If you dig on the Internet, you can Continue Reading
Reading Time: 3 minutes Hi folks! In this blog we will understand why one should use gRPC for inter-service communication over other RESTful services. What is gRPC? It is a high performance, open source universal RPC Framework. In simple words, it enables the server and client applications to communicate transparently and build connected systems. Google developed gRPC and made available open-source. With it, a customer can directly call methods Continue Reading