Hookdeck and Building an Event Gateway with Alex Bouchard

Software Engineering Daily - A podcast by Software Engineering Daily

Categories:

Event-driven architecture is a software design pattern where system components communicate through events that are generated by producers, and pushed to consumers. This design is often contrasted with a request-driven architecture, where components communicate with each other by sending requests and receiving responses. Hookdeck is an event gateway for receiving, processing, and delivering asynchronous messages.