This repository demonstrates a gRPC Server implementation using Laravel and Roadrunner, showcasing how services can communicate efficiently using Protocol Buffers (Protobuf).
It exposes gRPC endpoints that can be consumed by other services.
- docker compose up -d
- Test the connection using Postman v10+ (gRPC supported)
For client side implementation you can checkout to this repository https://github.com/Progesh/laravel-grpc-client