From 4f5de739179a8454809ec66eba55e1fa2532f5f6 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 5 Apr 2018 13:28:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f79b203..3530f9e72 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This reference application is cross-platform at the server and client side, than The architecture proposes a microservice oriented architecture implementation with multiple autonomous microservices (each one owning its own data/db) and implementing different approaches within each microservice (simple CRUD vs. DDD/CQRS patterns) using Http as the communication protocol between the client apps and the microservices and supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus (a light message broker, to choose between RabbitMQ or Azure Service Bus, underneath) plus other features defined at the roadmap.

- +

> ### Important Note on API Gateways and published APIs