fullstacklab

software engineering blog

Home About Archive

Event Driven Architecture

October 10, 2023

In Event Driven Architecture, flow of messages/data from one service to another is done using events.This architecture focuses more on scalability and is flexible enough to add/remove more components.

Read More