Remove grpc-in-scala-with-fs2-scalapb
article thumbnail

gRPC in Scala with Fs2 and Scalapb

Rock the JVM

In this article we will cover gRPC which is a modern Open Source RPC framework designed by Google that uses Protocol Buffers for data serialization and HTTP/2 as a transport layer. gRPC is language independent therefore it’s possible for a client written in one language to communication with a server written in another. Setting Up.

Scala 61