约 96,900 个结果
在新选项卡中打开链接
  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 pluggable …

  2. gRPC - Wikipedia

    gRPC (recursive 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 source …

  3. GitHub - grpc/grpc: C++ based gRPC (C++, Python, Ruby, Objective …

    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, and simplifies …

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

    2025年3月14日 · But what exactly is gRPC, and why should you consider using it? In this guide, we’ll break down gRPC in simple terms, explore how it differs from REST, and explain why it’s becoming …

  5. 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 checking and …

  6. What is gRPC? - GeeksforGeeks

    2024年6月24日 · Here's when gRPC is useful. Created by Google, gRPC is an open-source Remote Procedure Call (RPC) protocol meant to enable flawless communication across dispersed systems. …

  7. Overview for gRPC on .NET | Microsoft Learn

    2026年4月24日 · gRPC is a language agnostic, high-performance Remote Procedure Call (RPC) framework. The main benefits of gRPC are: Modern, high-performance, lightweight RPC framework. …

  8. What is gRPC? Protocol Buffers, Performance & API Gateway Integration

    2026年4月14日 · Understand gRPC, how it compares to REST, its performance advantages, and how to proxy and transform gRPC traffic through an API gateway.

  9. gRPC overview | API Gateway | Google Cloud Documentation

    2026年6月3日 · gRPC is a high performance, open-source universal RPC framework, developed by Google. In gRPC, a client application can directly call methods on a server application on a different …

  10. Introduction to gRPC - Baeldung

    2024年12月16日 · gRPC is a high performance, open source RPC framework initially developed by Google. It helps to eliminate boilerplate code and connect polyglot services in and across data centers.