Skip to content

Vibing/node-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC 是谷歌开源的一套多语言 RPC 框架,用官网的一句话来概括就是:

A high-performance, open-source universal RPC framework

翻译过来就是:一个高性能、开源通用的 RPC 框架。gRPC 也是一个遵循server/client模型的框架

使用

git clone https://github.com/Vibing/grpc-node.git

cd grpc-node && npm install

node server/index.js

node client/index.js

RPC 与 gRPC

About

nodejs grpc 简单 demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published