mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-26 02:40:10 +00:00
Update README.md
This commit is contained in:
parent
f023b299a4
commit
524536b006
14
README.md
14
README.md
|
@ -2,3 +2,17 @@
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/gusaul/grpcox)](https://goreportcard.com/report/github.com/gusaul/grpcox)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/gusaul/grpcox)](https://goreportcard.com/report/github.com/gusaul/grpcox)
|
||||||
|
|
||||||
turn [gRPCurl](https://github.com/fullstorydev/grpcurl) into web based UI, extremely easy to use
|
turn [gRPCurl](https://github.com/fullstorydev/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](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto))
|
||||||
|
- Save established connection, and reuse it for next invoke/request (also can close/restart connection)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
### Docker Compose
|
||||||
|
```shell
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
![gRPCox Demo](https://raw.githubusercontent.com/gusaul/grpcox/master/index/img/demogrpcox.gif)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user