DEV Community

Discussion on: Message-based API, Part 2

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

Following up your post about CQRS, the message-based API together with CQRS could be a powerful combination.

Thanks for your post.

Collapse
 
kspeakman profile image
Kasey Speakman

Absolutely! We use message-based APIs and CQRS together. I'm sure you noticed a lot of symmetry between this and the CQRS post. We are also very fond of event sourcing, as it fits very naturally with these tactics, but it is not required. We do not use ES in some of our projects, but CQRS + message-based APIs still work well there.