About 285,000 results
Open links in new tab
  1. gRPC

    gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with …

  2. gRPC - Wikipedia

    gRPC (acronym for gRPC Remote Procedure Calls[2]) is a cross-platform high-performance remote procedure call (RPC) framework. gRPC was initially created by Google, but is open …

  3. C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

    gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, …

  4. What is gRPC? - GeeksforGeeks

    Jun 24, 2024 · GRPC Remote Procedure Calls, or gRPC for short, is an open-source RPC framework enabling simple and effective communication between services. Providing many …

  5. What is gRPC? Protocol Buffers, Streaming, and Architecture …

    Nov 9, 2020 · gRPC is a powerful framework for working with Remote Procedure Calls. RPCs allow you to write code as though it will be run on a local computer, even though it may be …

  6. A Beginner’s Guide to gRPC: What It Is and Why You Should Use It

    Mar 14, 2025 · gRPC (gRPC Remote Procedure Call) is an API framework developed by Google that enables efficient communication between applications. It follows the Remote Procedure …

  7. gRPC - Google Open Source

    gRPC is a modern RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health …

  8. gRPC - .NET | Microsoft Learn

    Dec 19, 2023 · gRPC is a modern, high-performance framework that evolves the age-old remote procedure call (RPC) protocol. At the application level, gRPC streamlines messaging between …

  9. Introduction to gRPC

    Nov 12, 2024 · As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On …

  10. What is gRPC? An Expert‘s Guide to the Modern RPC Framework

    Created by Google in 2015 and now used in production at companies like Paypal, Square and Netflix – gRPC has quickly become the standard method for efficiently connecting polyglot …