Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
grpc
A high performance, open-source universal RPC framework
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Day 5 | gRPC and Protocol Buffers - A game changer
Monirul Islam
Monirul Islam
Monirul Islam
Follow
Sep 10
Day 5 | gRPC and Protocol Buffers - A game changer
#
grpc
#
microservices
#
backend
#
api
Comments
Add Comment
2 min read
Spring Boot 4.1 Made gRPC a First-Class Citizen: When to Use It and When REST Still Wins
jamilxt
jamilxt
jamilxt
Follow
Sep 7
Spring Boot 4.1 Made gRPC a First-Class Citizen: When to Use It and When REST Still Wins
#
java
#
spring
#
grpc
#
microservices
1
 reaction
Comments
Add Comment
7 min read
I Dropped the gRPC Dependency and Hand-Wrote the Wire Format. grpcurl Still Works.
Hongxi
Hongxi
Hongxi
Follow
Sep 3
I Dropped the gRPC Dependency and Hand-Wrote the Wire Format. grpcurl Still Works.
#
java
#
netty
#
grpc
#
rpc
Comments
Add Comment
6 min read
API Protocols Unpacked: A Decision Matrix for REST, GraphQL, & gRPC in High-Throughput Systems
Muhammad Tahir
Muhammad Tahir
Muhammad Tahir
Follow
Aug 25
API Protocols Unpacked: A Decision Matrix for REST, GraphQL, & gRPC in High-Throughput Systems
#
apidesign
#
microservices
#
grpc
#
graphql
Comments
Add Comment
8 min read
gRPC over a Unix socket, not HTTP: a real IPC tradeoff from a HIPAA-postured edge system
Clint Mathews
Clint Mathews
Clint Mathews
Follow
Aug 13
gRPC over a Unix socket, not HTTP: a real IPC tradeoff from a HIPAA-postured edge system
#
go
#
grpc
#
python
#
systemdesign
Comments
Add Comment
5 min read
Unary gRPC on Reactor Netty: Event Loop Serialization, Trailers, and Cancellation
Wang Lee
Wang Lee
Wang Lee
Follow
Aug 9
Unary gRPC on Reactor Netty: Event Loop Serialization, Trailers, and Cancellation
#
java
#
grpc
#
eventloop
#
netty
Comments
Add Comment
6 min read
Why Build gRPC Directly on Reactor Netty
Wang Lee
Wang Lee
Wang Lee
Follow
Aug 7
Why Build gRPC Directly on Reactor Netty
#
java
#
grpc
#
netty
#
reactive
5
 reactions
Comments
5
 comments
9 min read
Building a Leak-Safe gRPC Frame Decoder on Reactor Netty
Wang Lee
Wang Lee
Wang Lee
Follow
Aug 8
Building a Leak-Safe gRPC Frame Decoder on Reactor Netty
#
grpc