repository
0.0.0-20211031185934-bf7cd7de0324
Repository: https://github.com/fiuskylab/grpc-example.git
Documentation: pkg.go.dev
# README
grpc-example
Simple gRPC implementation with Go
Summary
References
Project Architecture
Folders
proto
- auth.proto
- This is the proto file
- It's in the project root because it is a common file for both services
services
auth/
- Auth handler service
api/
- Service available for users via REST api
- Communicates with
auth
service via gRPC