1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-11-16 22:16:25 +00:00
Go to file
2019-04-05 10:45:06 +07:00
core add timeout cancelation connection 2019-04-02 09:45:50 +07:00
handler save and reuse active connections 2019-03-13 10:38:30 +07:00
index add demo assets 2019-04-05 10:27:07 +07:00
vendor Dockerize grpcox 2019-03-25 10:47:41 +07:00
.gitignore first commit 2018-11-05 02:56:06 +07:00
docker-compose.yml Dockerize grpcox 2019-03-25 10:47:41 +07:00
Dockerfile Dockerize grpcox 2019-03-25 10:47:41 +07:00
Gopkg.lock Dockerize grpcox 2019-03-25 10:47:41 +07:00
Gopkg.toml Dockerize grpcox 2019-03-25 10:47:41 +07:00
grpcox.go Dockerize grpcox 2019-03-25 10:47:41 +07:00
LICENSE Create LICENSE 2018-11-05 03:10:47 +07:00
README.md Update README.md 2019-04-05 10:45:06 +07:00

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)
  • Save established connection, and reuse it for next invoke/request (also can close/restart connection)

Installation

Docker Compose

docker-compose up

Demo

gRPCox Demo