mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-16 22:16:25 +00:00
core | ||
handler | ||
index | ||
vendor | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
Gopkg.lock | ||
Gopkg.toml | ||
grpcox.go | ||
LICENSE | ||
README.md |
gRPCox
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