8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
gRPC
gRPC menu
gRPC Tutorial
High-performance RPC using protocol buffers, popular for internal microservice APIs.
Start the gRPC tutorial →
What you'll learn
1. gRPC Introduction
What gRPC is and why it fits internal service-to-service APIs, and when REST is still the better choice.
2. Defining Services with Protobuf
A complete .proto file, protobuf field numbering, and scalar types.
3. Streaming RPCs
The four gRPC RPC types — unary, server streaming, client streaming and bidirectional streaming — with real use cases.
4. Error Handling & Interceptors
gRPC status codes, and unary interceptors for logging and authentication, with a complete example.
5. grpc-gateway & REST Bridging
Why and how to expose a gRPC service as REST/JSON for browsers using the grpc-gateway pattern.
6. gRPC Interview Questions
Commonly asked gRPC interview questions with clear, practical answers.