grpc-example

module
v0.0.0-...-bf7cd7d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2021 License: MIT

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

Directories

Path Synopsis
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL