gRPC Communication Patterns

gRPC Communication Patterns
One of the advantages gRPC offers over REST based services is the streaming bi-directional communication. Traditional implementations which depend on REST APIs often implement Web Sockets to enable re...
0 Read More

An easy to use gRPC PHP client

Some weeks ago I wrote the series: How to start using grpc with PHP and now I want to share the repository with the docker image of the final grpc PHP client.it is self-conteined and docker based pro...
0 Read More

PHP (Laravel) + gRPC

gRPC (Google Remote Procedure Call) is a modern communication framework for services. It uses HTTP/2 and Protocol Buffers (Protobuf). It is fast, supports streaming, and is great for distributed syste...
0 Read More

gRPC for microservices in Kubernetes

gRPC for microservices in Kubernetes
I have been experimenting with gRPC for some time now. I wrote some articles to cover the basics like What is gRPC? SSL/TLS Auth in gRPC, and communication patterns used in gRPC. In these topics I wen...
0 Read More

Why gRPC is a Great Choice

Introduction gRPC (Google Remote Procedure Call) is a high-performance, open-source framework that enables efficient communication between applications and services. Built on HTTP/2, it lever...
0 Read More