awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grpc avatar

grpc/grpc-java

0
View on GitHub↗
12,032 星标·3,990 分支·Java·Apache-2.0·3 次浏览grpc.io/docs/languages/java↗

Grpc Java

gRPC Java is a library for building distributed systems that enables client and server applications to interact through remote procedure calls. It uses protocol buffers to define service interfaces and exchange structured data, providing a framework for connecting microservices across different environments.

The framework utilizes an asynchronous networking foundation to manage concurrent connections and relies on a multiplexed binary protocol to facilitate efficient data exchange. It supports pluggable transport interceptors, allowing for the injection of custom logic into the request-response lifecycle, and includes dynamic service discovery to locate backend instances in changing network environments.

The library provides tools for secure service networking, integrating transport-level security to encrypt and authenticate data transfers between endpoints. It also automates the creation of strongly-typed client and server stubs from service definitions to ensure consistent data structures across distributed architectures.

Features

  • Java Frameworks - A high-performance Java library for building distributed systems using protocol buffers.
  • Remote Procedure Calls - Enables seamless interaction between distributed applications through remote procedure calls.
  • Protocol Buffers - Uses protocol buffers to define service interfaces and generate strongly-typed client and server stubs.
  • Microservices Communications - Facilitates high-performance inter-service communication using a language-agnostic protocol.
  • Service Discovery - Provides dynamic service discovery mechanisms to locate backend instances in changing network environments.
  • Service Communication Security - Ensures private and verified data exchanges between services using transport-level security.
  • TLS Transfer Security - Integrates transport-level security to provide encrypted communication and mutual authentication between endpoints.
  • Transport Layer Security - Provides secure networking components to encrypt and authenticate data exchanges between services.
  • Microservices and Messaging - High-performance RPC framework for cross-service communication.
  • Core Libraries - Java implementation for HTTP/2 based RPC.
  • Networking - RPC framework based on protobuf and HTTP/2.
  • Asynchronous Network Frameworks - Utilizes a high-performance asynchronous network framework to manage massive concurrent connections.
  • High-Performance Networking - Provides low-latency communication interfaces optimized for efficient serialization and streaming.
  • HTTP/2 Protocol Implementations - Implements HTTP/2 multiplexed binary protocols for efficient data exchange between services.
  • Distributed Service Architectures - Simplifies the integration of complex, multi-language backend architectures through robust service stubs.
  • Request Interceptors - Supports pluggable interceptors for injecting custom logic into the request-response lifecycle.

Star 历史

grpc/grpc-java 的 Star 历史图表grpc/grpc-java 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

grpc/grpc-java 是做什么的?

gRPC Java is a library for building distributed systems that enables client and server applications to interact through remote procedure calls. It uses protocol buffers to define service interfaces and exchange structured data, providing a framework for connecting microservices across different environments.

grpc/grpc-java 的主要功能有哪些?

grpc/grpc-java 的主要功能包括:Java Frameworks, Remote Procedure Calls, Protocol Buffers, Microservices Communications, Service Discovery, Service Communication Security, TLS Transfer Security, Transport Layer Security。

grpc/grpc-java 有哪些开源替代品?

grpc/grpc-java 的开源替代品包括: grpc/grpc-go — grpc-go is a Go language implementation of the gRPC framework, providing a remote procedure call library for… tikv/grpc-rs — This library provides a framework for implementing gRPC clients and services in Rust, enabling reliable communication… apache/dubbo — Dubbo is a Java RPC framework and microservices governance platform designed for high-performance remote procedure… apache/brpc — brpc is a high-performance C++ RPC framework and network programming library designed for building distributed… apache/dubbo-spring-boot-project — This project is an integration framework that bootstraps Apache Dubbo remote procedure call services within Spring… hyperium/hyper — Hyper is a low-level networking library designed for building high-performance HTTP clients and servers. It provides a…

Grpc Java 的开源替代方案

相似的开源项目,按与 Grpc Java 的功能重合度排序。
  • grpc/grpc-gogrpc 的头像

    grpc/grpc-go

    22,962在 GitHub 上查看↗

    grpc-go is a Go language implementation of the gRPC framework, providing a remote procedure call library for high-performance service communication. It uses the HTTP/2 protocol to execute functions on remote servers as if they were local methods and utilizes protobuf service bindings to generate type-safe client and server code. The project features a bidirectional streaming transport that supports asynchronous, full-duplex message streams between clients and servers. This networking layer allows for various communication patterns, including client-to-server and server-to-client streaming, to

    Godogs-over-catsgiant-robotsgo
    在 GitHub 上查看↗22,962
  • tikv/grpc-rstikv 的头像

    tikv/grpc-rs

    1,851在 GitHub 上查看↗

    This library provides a framework for implementing gRPC clients and services in Rust, enabling reliable communication between distributed system components. It facilitates the definition and hosting of asynchronous unary and streaming network services, utilizing protocol buffers to ensure consistent, strongly-typed data exchange. The project distinguishes itself by integrating with a high-performance C core via foreign function interfaces to handle low-level networking and protocol logic. It employs a task-based concurrency model to coordinate non-blocking operations and utilizes zero-copy me

    Rustgrpcrust
    在 GitHub 上查看↗1,851
  • apache/dubboapache 的头像

    apache/dubbo

    41,519在 GitHub 上查看↗

    Dubbo is a Java RPC framework and microservices governance platform designed for high-performance remote procedure calls in distributed architectures. It provides the foundational components necessary to connect distributed services across a network, including a binary data serialization library and a distributed service registry. The platform distinguishes itself through a comprehensive governance suite that manages service discovery, load balancing, and traffic routing. It enables precise control over network traffic via conditional routing and a pluggable extension mechanism based on a ser

    Javadistributed-systemsdubboframework
    在 GitHub 上查看↗41,519
  • apache/brpcapache 的头像

    apache/brpc

    17,545在 GitHub 上查看↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    C++rpc
    在 GitHub 上查看↗17,545
  • 查看 Grpc Java 的所有 30 个替代方案→