grpc-node

gRPC for Node.js

Github星跟踪图

Build Status

gRPC on Node.js

Implementations

For a comparison of the features available in these two libraries, see this document

C-based Client and Server

Directory: packages/grpc-native-core (see here for installation information)

npm package: grpc.

This is the existing, feature-rich implementation of gRPC using a C++ addon. It works on all LTS versions of Node.js on most platforms that Node.js runs on.

Pure JavaScript Client

Directory: packages/grpc-js

npm package: @grpc/grpc-js

This library is currently incomplete and experimental. It is built on the http2 Node module.

This library implements the core functionality of gRPC purely in JavaScript, without a C++ addon. It works on the latest version of Node.js on all platforms that Node.js runs on.

Other Packages

gRPC Protobuf Loader

Directory: packages/proto-loader

npm package: @grpc/proto-loader

This library loads .proto files into objects that can be passed to the gRPC libraries.

gRPC Tools

Directory: packages/grpc-tools

npm package: grpc-tools

Distribution of protoc and the gRPC Node protoc plugin for ease of installation with npm.

gRPC Health Check Service

Directory: packages/grpc-health-check

npm package: grpc-health-check

Health check service for gRPC servers.

主要指标

概览
名称与所有者grpc/grpc-node
主编程语言TypeScript
编程语言JavaScript (语言数: 8)
平台
许可证Apache License 2.0
所有者活动
创建于2017-08-02 18:20:33
推送于2025-07-02 22:24:09
最后一次提交2025-07-02 15:24:08
发布数291
最新版本名称@grpc/grpc-js@1.13.4 (发布于 )
第一版名称v1.7.0 (发布于 )
用户参与
星数4.7k
关注者数72
派生数675
提交数5.1k
已启用问题?
问题数1175
打开的问题数203
拉请求数1541
打开的拉请求数16
关闭的拉请求数187
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?