Backend
35 views
Event-Driven Architecture
Quick Definition
Design pattern where components communicate via events
Full Definition
A design pattern where components communicate by producing and consuming events.
Examples
event sourcing, CQRS, pub-sub, event streaming
Related Terms
message-queue
microservices
kafka
More Backend Terms
RabbitMQ
Open-source message broker for reliable async messaging
Webhook
HTTP callback triggered by specific events
Serverless
Cloud model running code on-demand without server management
Middleware
Software processing requests between OS and applications
GraphQL
Query language for APIs requesting exactly needed data
gRPC
High-performance RPC framework using Protocol Buffers