Sunitha Kandalam

Learning Resources

A simple explanation of why gRPC with an example.

  • January 3, 2020 at 12:35 PM
  • Last updated over 4 years ago
  • Visible to group members and anyone with the link
Medium

Building Micro-services using gRPC on Ruby

Today, REST with JSON is the most popular framework amongst web developers for network communication. But, it is not very suitable for a micro-services architecture mainly because of latency added by JSON data transmission / serializing / deserializing. My quest for finding an optimal network communication framework for micro-services brought me to gRPC.