From 1e32543a366a822ef4445647e36e4063387a0f85 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 17 Feb 2022 15:49:18 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a247274..4e66890 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ grpc-wiremock is a **mock server** for **GRPC** services implemented as a wrapper around the [WireMock](http://wiremock.org) http server. ## How It Works -[![Overview](doc/overview.drawio.svg)]() + +

+ +

+ *grpc-wiremock* starts a gRPC server generated based on provided proto files which will convert a proto grpc request to JSON and redirects it as a POST request to the WireMock then converts a http response back to grpc proto format. 1. GRPC server works on `tcp://localhost:50000` 2. WireMock server works on `http://localhost:8888`