gRPC is a communication procedure between servers. Its main benefit is the ability to establish bidirectional and high-performance communication between services.
This repository contains a simple implementation of a CRUD service for products in a stock management API.
The main focus is to demonstrate integration using gRPC for communication.
- ASP.NET Core API
- Entity Framework Core
- SQLite
- gRPC
- Google Protocol Buffers (protobuf)