0
点赞
收藏
分享

微信扫一扫

grpc调试工具

谁知我新 2024-01-28 阅读 16

常用grpc工具:

github: https://github.com/grpc-ecosystem/awesome-grpc

 

一般开发中会使用gui工具方便进行调用调试

 

1)postman

 

2)BloomRPC

https://github.com/bloomrpc/bloomrpc

 

3)grpcui

https://github.com/fullstorydev/grpcui

安装:

go install github.com/fullstorydev/grpcui/cmd/grpcui@latest

使用:

grpcui -plaintext localhost:12345
gRPC Web UI available at http://127.0.0.1:60551/...


# 这里指定grpc的服务端口

 



举报

相关推荐

0 条评论