gRPC is a high-performance binary protocol for remote procedure calls on virtually any platform. Here's a hands-on intro to using gRPC with Node. gRPC is a binary protocol for remote procedure calls, ...
While I haven't had much experience with grpc (I did some initial R&D at my last job and we decided to go forward with it) I did like what I've seen of it. It forces http2 (better performance and ...