Browse Part IV: Migrating from Java to Clojure

12.7 Event-Driven Architectures

In this section

  • 12.7.1 Principles of Event-Driven Design
    Explore event-driven architectures and learn how system components communicate through events, enhancing decoupling and scalability.
  • 12.7.2 Implementing in Clojure
    Explore building event-driven systems in Clojure with constructs like channels, queues, and message brokers. Learn asynchronous event processing through practical examples.
  • 12.7.3 Use Cases
    Explore the use cases of event-driven architectures in Clojure, including real-time data processing, GUI applications, and microservices.
Saturday, October 5, 2024