News

We demonstrate how to build a RESTful API on top of CQRS systems. The result joins HTTP semantics and REST style with distributed computing concerns such as eventual consistency and concurrency.
REST API URL naming conventions The following list represents the standard set of REST API naming conventions and best practices that software architects should follow when they develop and design ...
How do you move a set of REST resources to microservices? One way is to use an API gateway. Follow this example to learn how migrate to microservices-oriented architecture.