Tag
gRPC Articles and Best Practices
A collection of gRPC articles, including best practices, guides, and tutorials. Stay updated with the latest in gRPC.
Articles tagged with "gRPC"
gRPC
API Tooling
gRPC API Gateway: Bridging the Gap Between REST and gRPC
Learn how to expose REST API endpoints for your gRPC server using gRPC API gateway - a framework that includes OpenAPI support, documentation, error handling, and streaming support.

Peyman Mortazavi
4/9/2025
API Best Practices
API Design
REST or gRPC? A Guide to Efficient API Design
Explore the REST vs gRPC debate in API design.

Adrian Machado
3/24/2025
Frequently Asked Questions
gRPC is a high-performance, open-source RPC framework developed by Google. It uses Protocol Buffers for serialization and supports multiple programming languages.