Articles by Tag #grpc

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Hello World Has Entered the Chat: Engineering a Scalable Chatroom with gRPC (Part 1 - Foundations)

Do you remember the first time you ran fmt.Println("Hello, world!") Enter fullscreen mode ...

Learn More 11 1Oct 14 '25

gRPC vs REST

TL;DR: We benchmarked REST vs gRPC under identical local setups using .NET. While gRPC is widely...

Learn More 4 0Oct 30 '25

gRPC vs. REST: A Comprehensive Technical Guide to Performance and Implementation in High-Complexity Java Environments

📦 Starter Project: github.com/YaraLOliveira/grpc-vs-rest-starter Complete functional implementation...

Learn More 1 0Oct 20 '25

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...

Learn More 1 0Jan 3

gRPC, Dependency Injection with Uber Fx, and Hexagonal Architecture in Go

Introduction Modern microservices require clean separation of concerns, testable code, and...

Learn More 1 0Nov 27 '25

Shipping JSON over the wire is professional negligence

I can already see that this article is gonna piss off some folks. Fine by me. Human-readable data in...

Learn More 0 0Dec 19 '25

[AI 協作筆記] gRPC 傳輸優化:基於 Flattening 與 Bitset 的高效方案

[AI 協作筆記] gRPC 傳輸優化:基於 Flattening 與 Bitset 的高效方案 本篇文章記錄了在開發高效能資料庫中間件 (hypool) 時,針對 gRPC...

Learn More 0 0Dec 17 '25

gRPC Transmission Optimization: An Efficient Solution Based on Flattening and Bitset

[AI Collaboration Note] gRPC Transmission Optimization: An Efficient Solution Based on...

Learn More 0 0Dec 17 '25

Configuring HTTP Proxy for gRPC in C# Without Environment Variables

The Challenge You have a gRPC client in C# using Grpc.Core that needs to route traffic...

Learn More 0 0Dec 13 '25

Creating a very basic gRPC server

Hi everyone, I started out learning gRPC and created a very basic gRPC server. Although it doesn't do...

Learn More 1 0Nov 3 '25

Full Final Report | Adding a gRPC Plugin to Apache DolphinScheduler

Over the past two weeks, we conducted a brief interview with the outstanding developers...

Learn More 0 0Nov 20 '25

Async API Architecture: Using Queues to Scale REST and gRPC Services

Queues offload slow, noncritical work into background processes, so your API can respond quickly...

Learn More 1 0Dec 23 '25

How We Replaced GraphQL Subgraphs with gRPC for Safer, Faster Federation

If you've worked with Apollo Federation, you’ve probably used Subgraphs to scale a GraphQL API. But...

Learn More 2 0Dec 8 '25

Learn gRPC COMPLETELY by building a mini Exam Service in GoLang

Modern systems like Slack, Netfix, or even Kubernetes handle real-time communication very...

Learn More 19 1Apr 16 '25

Understanding gRPC Client-Side Load Balancing with DNS

gRPC is a high-performance RPC framework widely used in microservices architectures. Because gRPC is...

Learn More 1 2Dec 19 '25

Why We Replaced GraphQL Subgraphs with gRPC Services in WunderGraph Cosmo

When teams adopt GraphQL Federation, they usually split their API into Subgraphs. Each Subgraph...

Learn More 0 0Dec 8 '25

🧩 Minha Primeira Comunicação com MCP e .NET – Parte 2

Integração Completa com gRPC Nesta segunda parte da série "Minha Primeira Comunicação com...

Learn More 1 0Oct 19 '25

🧩 Minha Primeira Comunicação com MCP e .NET – Parte 4

Integração Completa com gRPC & WebSocket Nesta quarta parte da série "Minha Primeira...

Learn More 0 0Oct 20 '25

Understanding gRPC: The Power of Single Long-Lived Connection

When using gRPC, one of its biggest advantages over traditional REST is the use of a single...

Learn More 24 0May 5 '25

gRPC -Why use a Mock Server?

gRPC is powerful. It gives you compact messages, efficient binary transport over HTTP/2, and...

Learn More 0 0Dec 17 '25

Why gRPC is a Great Choice

Introduction gRPC (Google Remote Procedure Call) is a high-performance, open-source...

Learn More 2 0Apr 8 '25

Criando um Sidecar em Go para acessar o Microsoft Graph via gRPC

O Microsoft Graph é a porta de entrada para os serviços da Microsoft 365. Ele permite acessar...

Learn More 1 0Sep 18 '25

Building a Mini Kafka in Go — My Journey Creating go-pub-sub

How I built a lightweight gRPC-based publish–subscribe broker in Go to learn distributed systems, messaging, and storage backends.

Learn More 3 0Nov 10 '25

Go Project Scaffolding Guide: A Choice That Earned My Team's Rave Reviews

When developing with Go, who hasn't been through the wringer with frameworks like the standard...

Learn More 5 1Jun 27 '25

Why Protobuf Should Dominate the Data Format Ecosystem

Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis ...

Learn More 9 1Feb 22 '25

Essential Patterns for Inter-Service Communication in Node.js Microservices

A concise guide to handling inter-service communication in Node.js-based microservices, featuring key patterns: REST, gRPC, messaging, and service discovery, with code examples.

Learn More 1 0Jan 12

Building a Scalable Backend with NestJS Microservices: A Blueprint for Modern Architecture

In today’s fast-evolving tech landscape, scalability, modularity, and performance are the...

Learn More 9 2Apr 9 '25

PHP Symfony Microservice with gRPC: A Practical Guide

A Step-by-Step Guide to Building High-Performance Hexagonal Microservices in PHP with Symfony and...

Learn More 7 0Dec 24 '25

Your first gRPC API in Node.js

Convert Rest API to gRPC Why use gRPC? gRPC is a high-performance,...

Learn More 0 0Feb 2

Why isn't gRPC more popular?

gRPC is a highly-efficient communication framework that can be even 10 times faster than REST....

Learn More 0 0Jan 19