grpc-learn-demo

module
v0.0.0-...-24f254e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2023 License: MIT

README

《玩转gRPC框架》专栏相关demo

有问题可以留言哈~

1 专栏信息

作者:Barry Yan 博客地址

E-mail:1712229564@qq.com

专栏地址:https://blog.csdn.net/mr_yanmingxin/category_12172887.html

2 具体Demo列表

  • grpc-etcd:引入etcd服务注册中心,需要运行etcd
  • go-grpc-demo:Go实现gRPC服务,可以调用Java提供的gRPC服务和为Java客户端提供服务
  • java-grpc-demo:Java实现gRPC服务,可以调用Go提供的gRPC服务和为Go客户端提供服务
  • go-socket:Go实现Socket
  • go-rpc:Go实现RPC调用
  • barry_rpc:动手实现自己的RPC框架(TODO)
  • barry_lb:自定义负载均衡器

3 运行环境及方式

3.1 涉及环境要求

JDK1.8+

Go1.17+

Maven 3.x

etcd 3.x

3.2 具体运行方式

Java Demo

mvn clean 

mvn compile

Go Demo

go mod tidy 

go run xxx.go

4 注意点

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL