Events vs commands in asynchronous communication
To summarize: In an event-driven architecture, components communicate asynchronously by sending each other event messages. Instead of having a component that commands other components and keeps track of the system’s overall state, each component that listens to an event knows exactly what to do when it occurs. The events drive the process. This architectural style […]
Developer
Tech
