Home

Awesome

gRPCox

Go Report Card

turn gRPCurl into web based UI, extremely easy to use

Features

Installation

Docker

docker pull gusaul/grpcox:latest

then run

docker run -p 6969:6969 -v {ABSOLUTE_PATH_TO_LOG}/log:/log -d gusaul/grpcox

Docker Compose

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 <br/>host.docker.internal:<your gRPC port> instead of localhost

Golang

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

varusagetypeunit
MAX_LIFE_CONNmaximum idle time connection before closednumberminute
TICK_CLOSE_CONNticker interval to sweep expired connectionnumbersecond
BIND_ADDRip:port to bind servicestring

set value 0 (zero) to disable auto close idle connection.

Demo

gRPCox Demo