· software
Laravel + Vue (Inertia) + gRPC: building a simple BFF that talks to a gRPC User service
Why gRPC in a Laravel + Vue project? If you’re building a modern Laravel + Vue app, your default instinct is usually REST/JSON. gRPC is different: you define y...