From 3229cf4be949ad32683791d85adbb050e414ed52 Mon Sep 17 00:00:00 2001
From: sanjibgirics <31872288+sanjibgirics@users.noreply.github.com>
Date: Thu, 13 Oct 2022 03:15:17 +0530
Subject: [PATCH] Add content 107-grpc-gateway (#2446)
---
.../content/109-go-microservices/107-grpc-gateway.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/109-golang/content/109-go-microservices/107-grpc-gateway.md b/content/roadmaps/109-golang/content/109-go-microservices/107-grpc-gateway.md
index fd575787e..07ab210b3 100644
--- a/content/roadmaps/109-golang/content/109-go-microservices/107-grpc-gateway.md
+++ b/content/roadmaps/109-golang/content/109-go-microservices/107-grpc-gateway.md
@@ -1 +1,6 @@
-# Grpc gateway
\ No newline at end of file
+# Grpc gateway
+
+gRPC-Gateway creates a layer over gRPC services that will act as a RESTful service to a client. It is a plugin of protoc. It reads a gRPC service definition and generates a reverse-proxy server which translates a RESTful JSON API into gRPC.
+
+Grpc-gateway Github
+Grpc-gateway Doc