💻
Software Engineering Notes
  • Introduction
  • Event-Sourcing
  • CQS and CQRS
  • Domain-Driven Design
    • Overview
    • Business Domain
    • Subdomain
    • Bounded Context
      • Interaction Between Contexts
    • Layers
      • Domain Layer
      • Application Layer
      • Infrastructure Layer
  • Database
    • In-Memory (Redis)
    • Search Engine (Elasticsearch)
    • Column-Oriented (Cassandra)
    • Document-Oriented (MongoDB)
  • Messaging
    • Brokers
      • Kafka
  • Race Condition
  • Concurrency vs Parallelism
  • API Architectural Styles
    • gRPC
  • Language & Framework Specific Notes
    • Go (Golang)
Powered by GitBook
On this page
  1. API Architectural Styles

gRPC

PreviousAPI Architectural StylesNextLanguage & Framework Specific Notes

Last updated 1 year ago

Before learning more about gRPC, please read about protobuf:

Then, you can read:

After that, finish it by reading the quickstart section for the language you're using:

Overview
Quick startgRPC
Introduction to gRPCgRPC
Logo
Logo
Logo