This repository contains a basic gRPC project in Go demonstrating all four types of gRPC communication patterns:
- Unary RPC
- Server Streaming RPC
- Client Streaming RPC
- Bidirectional Streaming RPC
Each service method showcases the standard use case for that RPC type, making this project ideal for learning and experimentation.