Software Alternatives & Reviews

What the hell is gRPC and when should I use it?

Windows Communication Foundation Protobuf
  1. Other Web Frameworks
    gRPC is just a system that facilitates Remote Procedure Calls and is mostly analogous to WCF in the .net world.

    #Web Frameworks #Ruby Web Framework #Developer Tools 1 social mentions

  2. Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
    Pricing:
    • Open Source
    Both gRPC and WCF can communicate over different wire formats, the default with gRPC is protocol buffers (which is really what I feel most answers are focusing on), and WCF defaults to using SOAP, though can also provide rest-like services, and utilise JSON.

    #Configuration Management #Software Development #Mobile Apps 82 social mentions

Discuss: What the hell is gRPC and when should I use it?

Log in or Post with