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

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

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

grpc/grpc-node

0
View on GitHub↗
4,833 星标·700 分支·TypeScript·Apache-2.0·4 次浏览grpc.io↗

Grpc Node

该项目是一个用于 Node.js 的 gRPC 框架,用于实现高性能远程过程调用。它提供了一个客户端-服务器通信库,利用 HTTP/2 进行流式传输、多路复用和二进制帧处理,并结合了用于定义结构化数据和生成服务存根的协议缓冲区(Protocol Buffers)实现。

该框架包含一个将协议缓冲区文件编译为特定语言对象的工具链,并支持生成静态 TypeScript 类型定义以在运行时验证对象。

该库涵盖了分布式系统网络和微服务通信,包括 SSL/TLS 加密、消息压缩和负载均衡。它通过截止日期、重试、连接恢复和调用取消来管理请求生命周期。其他功能包括双向数据流、用于程序化发现的服务反射以及标准化的健康检查服务。

Features

  • gRPC Service Implementations - Provides a high-performance framework for implementing and hosting gRPC services in Node.js.
  • Distributed Service Connectivity - Manages distributed network traffic using load balancing, SSL/TLS encryption, and automatic connection recovery.
  • Microservices Communications - Connects distributed services using efficient request-response and streaming data exchange based on standardized schemas.
  • gRPC Client Implementations - Provides a full gRPC client implementation for making remote procedure calls with support for reconnection and load balancing.
  • Load Balancers - Distributes requests across multiple backend endpoints to ensure high availability and optimal resource utilization.
  • Service Communication Libraries - Provides a comprehensive toolkit for managing network connections, serialization, and routing between distributed services.
  • gRPC Server Implementations - Provides the core server implementation to host gRPC services and respond to remote procedure calls.
  • gRPC and HTTP TLS Securings - Secures communication between clients and servers using SSL/TLS encryption with configurable certificates and keys.
  • Protobuf Stub Generators - Generates type-safe client and server stubs from Protocol Buffer interface definitions.
  • Node.js Microservices Frameworks - Implements a dedicated framework for building microservices architectures using the Node.js runtime and gRPC.
  • Protocol Buffer Implementations - Implements the Protocol Buffers serialization format for encoding, decoding, and defining structured data.
  • HTTP/2 Transport Layers - Utilizes HTTP/2 binary framing and multiplexing as the transport layer for high-performance remote calls.
  • Definition Loading - Implements utilities to parse protobuf definition files to prepare service and message structures for RPC use.
  • Request Hedging - Implements request retries and hedging strategies to improve reliability and reduce tail latency.
  • gRPC Service Generators - Ships a toolchain to compile protocol buffer files into language-specific client and service objects.
  • Bi-directional Streaming RPC - Supports continuous bi-directional data streaming between clients and servers for real-time communication.
  • Connection Keepalives - Maintains active network connections and detects dead peers through periodic heartbeat pings.
  • Automatic Connection Recovery - Handles automatic reconnection and monitors channel state to maintain a stable link between gRPC endpoints.
  • Data Compression - Reduces network bandwidth usage by compressing and decompressing messages transmitted between gRPC peers.
  • Dynamic Service Discovery - Enables dynamic updating of available service endpoints through integration with centralized management planes.
  • Reflection Services - Allows clients to programmatically discover available services and methods from a running server without schema files.
  • Remote Call Cancellation - Allows aborting pending remote procedure calls to conserve system resources on both client and server.
  • RPC Data Streaming - Implements asynchronous bi-directional data streams between clients and servers for continuous information exchange.
  • Request Deadlines - Sets maximum time limits for requests and automatically terminates calls that exceed the deadline.
  • Server Health Checks - Implements a standardized health checking service that allows external monitors to verify server availability and readiness.
  • Core Libraries - Node.js implementation for gRPC services.
  • RPC Frameworks - gRPC client implementation for Node.js.

Star 历史

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

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Grpc Node 的开源替代方案

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

    grpc/grpc-rust

    12,338在 GitHub 上查看↗

    grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and servers. It provides an asynchronous communication stack and a protocol buffers implementation for encoding, decoding, and generating type-safe code from service definitions. The project enables the implementation of unary and bi-directional data streaming over the HTTP/2 protocol. It includes specialized support for gRPC-Web integration, allowing browser-based clients to communicate with services through protocol translation. The infrastructure covers a broad range of distr

    Rustasyncgrpcproto
    在 GitHub 上查看↗12,338
  • grpc/grpcgrpc 的头像

    grpc/grpc

    44,891在 GitHub 上查看↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    在 GitHub 上查看↗44,891
  • grpc/grpc-dotnetgrpc 的头像

    grpc/grpc-dotnet

    4,469在 GitHub 上查看↗

    This project is a .NET implementation of the gRPC framework, providing a system for executing functions on remote servers as if they were local calls. It serves as a high-performance remote procedure call (RPC) framework that utilizes HTTP/2 for service connectivity and binary communication protocols to ensure efficient data exchange. The implementation includes a gRPC-Web proxy, which acts as a translation layer to enable browser-based applications to communicate with gRPC services through web-compatible requests. It further supports the creation of HTTP/2 service meshes to connect distribut

    C#
    在 GitHub 上查看↗4,469
  • line/armerialine 的头像

    line/armeria

    5,115在 GitHub 上查看↗

    Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions as a multi-protocol RPC server capable of exposing gRPC, Thrift, and REST services on a single unified port. The project is distinguished by its ability to run diverse communication protocols simultaneously and its integrated RPC debugging web console, which allows for the discovery and invocation of remote procedure calls via JSON. It also includes a gRPC to JSON transcoder to enable web client compatibility with Protobuf services. The framework provides a comprehensive sui

    Java
    在 GitHub 上查看↗5,115
查看 Grpc Node 的所有 30 个替代方案→

常见问题解答

grpc/grpc-node 是做什么的?

该项目是一个用于 Node.js 的 gRPC 框架,用于实现高性能远程过程调用。它提供了一个客户端-服务器通信库,利用 HTTP/2 进行流式传输、多路复用和二进制帧处理,并结合了用于定义结构化数据和生成服务存根的协议缓冲区(Protocol Buffers)实现。

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

grpc/grpc-node 的主要功能包括:gRPC Service Implementations, Distributed Service Connectivity, Microservices Communications, gRPC Client Implementations, Load Balancers, Service Communication Libraries, gRPC Server Implementations, gRPC and HTTP TLS Securings。

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

grpc/grpc-node 的开源替代品包括: grpc/grpc-rust — grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… grpc/grpc-dotnet — This project is a .NET implementation of the gRPC framework, providing a system for executing functions on remote… line/armeria — Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions… fullstorydev/grpcurl — grpcurl is a command-line interface and client tool for invoking gRPC methods and inspecting service definitions. It… grpc/grpc-go — grpc-go is a Go language implementation of the gRPC framework, providing a remote procedure call library for…