Skip to content
/ grpcox Public
forked from gusaul/grpcox

Like Postman, but for gRPC: web based GUI client for gRPC Development Testing

License

Notifications You must be signed in to change notification settings

fdcds/grpcox

 
 

Repository files navigation

gRPCox

Go Report Card

turn gRPCurl into web based UI, extremely easy to use

Features

  • Recognize and provide list of services and methods inside it as an options.
  • Automatically recognize schema input and compose it into JSON based. (ensure your gRPC server supports server reflection). Examples for how to set up server reflection can be found here.
  • Save established connection, and reuse it for next invoke/request (also can close/restart connection)

Installation

Docker Compose

from terminal, move to grpcox directory, then run command

docker-compose up

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

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

then you can rebuild app by execute command

docker-compose up --build

Demo

gRPCox Demo

About

Like Postman, but for gRPC: web based GUI client for gRPC Development Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 51.4%
  • JavaScript 19.6%
  • HTML 17.5%
  • CSS 10.8%
  • Dockerfile 0.7%