turn gRPCurl into web based UI, extremely easy to use
docker pull gusaul/grpcox:latest
then run
docker run -p 6969:8777 -v {ABSOLUTE_PATH_TO_LOG}/log:/log -d gusaul/grpcox
from terminal, move to grpcox directory, then run command
docker-compose up
if you're using docker and want to connect gRPC on your local machine, then use
host.docker.internal:<your gRPC port> instead of localhost
if you have golang installed on your local machine, just run command
make start
from grpcox directory
configure app preferences by editing config.env file
| var | usage | type | unit |
|---|---|---|---|
| MAX_LIFE_CONN | maximum idle time connection before closed | number | minute |
| TICK_CLOSE_CONN | ticker interval to sweep expired connection | number | second |
| BIND_ADDR | ip:port to bind service | string |
set value 0 (zero) to disable auto close idle connection.

Content type
Image
Digest
Size
14.4 MB
Last updated
over 5 years ago
docker pull davidgoitia/grpcox