grpc调试工具

常用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的服务端口

 

posted @ 2024-01-24 12:46  X-Wolf  阅读(4)  评论(0编辑  收藏  举报