https://github.com/regshift/grpc-communication
just for learning basics of GRPC . In this repo i just included basics of Grpc communication
https://github.com/regshift/grpc-communication
gin-gonic grpc-client grpc-go grpc-server microservice protobuf
Last synced: 8 months ago
JSON representation
just for learning basics of GRPC . In this repo i just included basics of Grpc communication
- Host: GitHub
- URL: https://github.com/regshift/grpc-communication
- Owner: regshift
- Created: 2023-08-21T11:42:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T08:16:25.000Z (over 2 years ago)
- Last Synced: 2025-07-13T09:05:13.398Z (9 months ago)
- Topics: gin-gonic, grpc-client, grpc-go, grpc-server, microservice, protobuf
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRPC communication
this is just a simple project to understand the basics of grpc communication in microservices
## Overview
There will be 3 services
- API gateway
- Service A
- Service B
there will be communication between API SERVER and SERVICES and also there will be communication between SERVICE A to SERVICE B
As you are able to understand the go code i am not providing details of how to run this project
hint: API server only deals with HTTP requests all other communications are by using GRPC