1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-15 12:49:43 +01:00

Add content 107-grpc-gateway (#2446)

This commit is contained in:
sanjibgirics 2022-10-13 03:15:17 +05:30 committed by GitHub
parent 44a9343a00
commit 3229cf4be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,6 @@
# Grpc gateway
# 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.
<BadgeLink colorScheme='blue' badgeText='Official Github' href='https://github.com/grpc-ecosystem/grpc-gateway/'>Grpc-gateway Github</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://grpc-ecosystem.github.io/grpc-gateway/'>Grpc-gateway Doc</BadgeLink>