From 524536b0069b8c3da19e3ac99c2813e6c49a5d66 Mon Sep 17 00:00:00 2001 From: Muhammad Auliya Date: Fri, 5 Apr 2019 10:45:06 +0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fda0bc7..5b1eed2 100644 --- a/README.md +++ b/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) 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)