A grpc debugging tool based on grpcui, providing server deployment capabilities.
go build -o grpcui-proxy
./grpcui-proxy -port 8080
open browser and visit http://localhost:8080/
to use grpcui-proxy
enter the grpc server endpoint and click Start GRPCUI
, then you can use grpcui to debug grpc server.
this project is based on grpcui, and add server deployment capabilities. If you have any questions, please feel free to contact me.
my email: 1571566616@qq.com