Categorygithub.com/fiuskylab/grpc-example
repository
0.0.0-20211031185934-bf7cd7de0324
Repository: https://github.com/fiuskylab/grpc-example.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

grpc-example

Simple gRPC implementation with Go

Summary

  1. References
  2. Project Architecture
  3. Folders 1. proto/ 2. services/

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