Add 106-grpc-go content (#2418)

pull/2386/head^2
sanjibgirics 2 years ago committed by GitHub
parent f8abcf4f8c
commit c3d24990e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/109-golang/content/109-go-microservices/106-grpc-go.md

@ -1 +1,7 @@
# Grpc go
# gRPC Go
Go language implementation of gRPC(gRPC is a technology for implementing RPC APIs).
<BadgeLink colorScheme='blue' badgeText='Official Github' href='https://github.com/grpc/grpc-go/'>gRPC-go Github</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://pkg.go.dev/google.golang.org/grpc/'>gRPC-go Doc</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://grpc.io/docs/languages/go/basics/'>Basic tutorial introduction to gRPC in Go.</BadgeLink>

Loading…
Cancel
Save