https://github.com/by-sabbir/grpc-service-example
Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production
https://github.com/by-sabbir/grpc-service-example
ddd-architecture domain domain-driven-design go golang grpc microservice
Last synced: about 1 year ago
JSON representation
Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production
- Host: GitHub
- URL: https://github.com/by-sabbir/grpc-service-example
- Owner: by-sabbir
- Created: 2022-09-26T06:46:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T08:28:15.000Z (over 3 years ago)
- Last Synced: 2025-04-19T22:02:46.392Z (about 1 year ago)
- Topics: ddd-architecture, domain, domain-driven-design, go, golang, grpc, microservice
- Language: Go
- Homepage: https://bysabbir.medium.com/scaffolding-a-grpc-service-with-go-golang-for-production-9de91f6198b0
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 [](https://codecov.io/gh/by-sabbir/grpc-service-example) [](https://goreportcard.com/report/github.com/by-sabbir/grpc-service-example)
# gRpc Service in Go
---
## Quick Start
### Run Server
```bash
go run cmd/server/main.go
```
### Client Request
```bash
go run cmd/client/main.go
```
For detailed explanation read this (article)[https://sabbir.dev/article/scaffolding-a-grpc-service-with-go-golang-for-production/]