DEV Community

# grpc

A high performance, open-source universal RPC framework

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Strongly typed web APIs with gRPC

Strongly typed web APIs with gRPC

1
Comments
4 min read
Wednesday Links - Edition 2024-11-06

Wednesday Links - Edition 2024-11-06

Comments
1 min read
Use RBAC to protect your gRPC service right on proto definition

Use RBAC to protect your gRPC service right on proto definition

4
Comments
3 min read
gRPC and Go: Building High-Performance Web Services

gRPC and Go: Building High-Performance Web Services

Comments
3 min read
Connecting NestJS and ASP.NET Core with gRPC: A Step-by-Step Guide

Connecting NestJS and ASP.NET Core with gRPC: A Step-by-Step Guide

1
Comments
4 min read
gRPC: what is it? An introduction...

gRPC: what is it? An introduction...

5
Comments
7 min read
gRPC: onde vive? o que come?

gRPC: onde vive? o que come?

3
Comments
8 min read
Understanding the Importance of gRPC and Its Applications in Modern Software Development

Understanding the Importance of gRPC and Its Applications in Modern Software Development

2
Comments
4 min read
Mastering Go gRPC Services with Docker: A One-Stop Guide

Mastering Go gRPC Services with Docker: A One-Stop Guide

Comments
6 min read
How to Build an Auth API in Rust gRPC

How to Build an Auth API in Rust gRPC

3
Comments
3 min read
Hybrid NestJs Microservice Responding to Both HTTP and gRPC Requests

Hybrid NestJs Microservice Responding to Both HTTP and gRPC Requests

2
Comments
5 min read
gRPC between Web and Server.

gRPC between Web and Server.

Comments
3 min read
Why should we use Protobuf in Web API as data transfer protocol.

Why should we use Protobuf in Web API as data transfer protocol.

1
Comments
3 min read
Browser Client to gRPC Server Routing options: Connect, gRPC-web, gRPC-gateway and more!

Browser Client to gRPC Server Routing options: Connect, gRPC-web, gRPC-gateway and more!

6
Comments 1
6 min read
gRPC vs REST: A Comprehensive Comparison

gRPC vs REST: A Comprehensive Comparison

Comments
4 min read
gRPC - Unimplemented Error 12

gRPC - Unimplemented Error 12

Comments
1 min read
Choosing the Right API Architecture - A Deep Dive into RESTful API & gRPC Protocols

Choosing the Right API Architecture - A Deep Dive into RESTful API & gRPC Protocols

Comments
9 min read
Navigating the gRPC Galaxy: A Different view into Efficient 'api to api' Communication

Navigating the gRPC Galaxy: A Different view into Efficient 'api to api' Communication

Comments
2 min read
grpc vs rest performance comparison

grpc vs rest performance comparison

Comments
5 min read
PUT it at REST

PUT it at REST

Comments
3 min read
First experience with gRPC

First experience with gRPC

3
Comments
4 min read
First experience with gRPC

First experience with gRPC

3
Comments
4 min read
OpenTelemetry Trace Context Propagation for gRPC Streams

OpenTelemetry Trace Context Propagation for gRPC Streams

7
Comments
13 min read
gRPC Quick start - Coding with streams and bidirectional streaming

gRPC Quick start - Coding with streams and bidirectional streaming

4
Comments
8 min read
Understanding gRPC: A Modern Approach to Remote Procedure Calls

Understanding gRPC: A Modern Approach to Remote Procedure Calls

2
Comments
2 min read
Can I use gRPC within React.js app as a server

Can I use gRPC within React.js app as a server

Comments
1 min read
Why Did Google Choose To Implement gRPC Using HTTP/2?

Why Did Google Choose To Implement gRPC Using HTTP/2?

5
Comments
5 min read
Understanding Remote Procedure Calls and Protocol Buffers

Understanding Remote Procedure Calls and Protocol Buffers

Comments
3 min read
Go Action: Error Handling In gRPC

Go Action: Error Handling In gRPC

2
Comments
2 min read
This Week I Learnt: gRPC & Protobuf

This Week I Learnt: gRPC & Protobuf

2
Comments
4 min read
Your Friendly Guide to Understanding gRPC in .NET with C#

Your Friendly Guide to Understanding gRPC in .NET with C#

7
Comments
3 min read
GRPC vs REST: Which One Should You Choose? 🚨

GRPC vs REST: Which One Should You Choose? 🚨

13
Comments 1
6 min read
Creating A GRPC Endpoint With Rust

Creating A GRPC Endpoint With Rust

9
Comments
4 min read
Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard

Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard

6
Comments 2
20 min read
Common Status Codes in gRPC and HTTP

Common Status Codes in gRPC and HTTP

1
Comments
1 min read
Learning Microservices with Go(Part 4). GRPC (Synchronous Communication)

Learning Microservices with Go(Part 4). GRPC (Synchronous Communication)

5
Comments 1
12 min read
gRPC Name Resolution & Load Balancing on Kubernetes: Everything you need to know (and probably a bit more)

gRPC Name Resolution & Load Balancing on Kubernetes: Everything you need to know (and probably a bit more)

1
Comments
14 min read
gRPC vs. REST: Key Similarities and Differences

gRPC vs. REST: Key Similarities and Differences

Comments 1
17 min read
Unveiling the Secret Behind Netflix, Google, and Uber's Tech Mastery: gRPC

Unveiling the Secret Behind Netflix, Google, and Uber's Tech Mastery: gRPC

Comments 1
1 min read
Why gRPC is not natively supported by Browsers

Why gRPC is not natively supported by Browsers

Comments
5 min read
Easily build a simple and reliable ordering system in an hour using go efficiency tools

Easily build a simple and reliable ordering system in an hour using go efficiency tools

Comments
9 min read
Integrando um BFF Rest com um microsserviço via gRPC

Integrando um BFF Rest com um microsserviço via gRPC

1
Comments 1
4 min read
Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls

Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls

Comments
3 min read
Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code

Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code

Comments
2 min read
Building a Scalable Notification Service with gRPC and Microservices

Building a Scalable Notification Service with gRPC and Microservices

17
Comments
9 min read
Example 6, Build a simple golang e-commerce microservices framework step by step using tool

Example 6, Build a simple golang e-commerce microservices framework step by step using tool

2
Comments
6 min read
Example 4, Automatically generate generic microservices (grpc) project code, easy to achieve efficient microservices development

Example 4, Automatically generate generic microservices (grpc) project code, easy to achieve efficient microservices development

Comments
2 min read
gRPC vs GraphQL vs REST vs Websockets

gRPC vs GraphQL vs REST vs Websockets

Comments
9 min read
WTF is Grpc? Part 3: Real time Chat ft. Flutter and Golang

WTF is Grpc? Part 3: Real time Chat ft. Flutter and Golang

8
Comments
7 min read
Harnessing the Power of a Monorepo: AWS Serverless API Gateway, NestJS, and Microservices gRPC

Harnessing the Power of a Monorepo: AWS Serverless API Gateway, NestJS, and Microservices gRPC

11
Comments 2
9 min read
gRPC

gRPC

Comments
4 min read
Découverte de GRPC en .Net 6

Découverte de GRPC en .Net 6

Comments
15 min read
Wtf is Grpc? Part 2: Custom Notification(without Firebase) in Flutter and Golang.

Wtf is Grpc? Part 2: Custom Notification(without Firebase) in Flutter and Golang.

7
Comments 2
5 min read
Use gRPC inside monolith

Use gRPC inside monolith

2
Comments
5 min read
Wtf is Grpc? Part 1: Authentication and Authorization in Flutter and Golang.

Wtf is Grpc? Part 1: Authentication and Authorization in Flutter and Golang.

25
Comments 6
9 min read
Build Performant Servers with gRPC and Protocol Buffers

Build Performant Servers with gRPC and Protocol Buffers

2
Comments 1
13 min read
Understanding gRPC in Golang: A Comprehensive Guide with Examples

Understanding gRPC in Golang: A Comprehensive Guide with Examples

4
Comments
3 min read
Protoc Plugins with Go

Protoc Plugins with Go

2
Comments 1
10 min read
Enhancing gRPC Error Handling in a Microservice Architecture

Enhancing gRPC Error Handling in a Microservice Architecture

6
Comments
11 min read
A Primer on Mocking gRPC services with Postman

A Primer on Mocking gRPC services with Postman

2
Comments 1
4 min read
loading...