Event Driven and Reactive Architecture

This article is a follow up from previous which explored traditional multi-threading to achieve concurrency and its challenges. As the name suggests, here we dive into Event Driven and Reactive Architecture as an alternative.

Going Event Driven

event-loop

Continue reading