From 764fe610969ee9564c93710634c068419129713f Mon Sep 17 00:00:00 2001 From: "Andrei Besleaga (Nicolae)" <33538982+andreibesleaga@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:54:18 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f4ca5..ee4038e 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,7 @@ Current app is implemented as a standard REST API with distributed mesh microser API gateway is the entry point which balances all the requests to services. The responder microservice can be started as many times as necessary in the mesh network so that many responders will be available and balance the requests, but also all the services and gateway can be deployed as app services in the cloud, without using the mesh inter-communicating network having the possibility to use the cloud specific APIs/Resources for the operations, as they are already managed/monitored and the needed resources increased when necessary, so that the app would be always available and performant in case of high peak usage. -A flow would be configured through a proxy, for the requests to be done on the fly, by submitting automatically the XML CAP message, while in transit, and continuing the flow with the modified resulting response of the service output, complete XML CAP message, for further routing to destination. +A flow would be configured through a proxy, for the requests to be done transparently on the fly, by submitting automatically the XML CAP message, while in transit, and continuing the flow with the modified resulting response of the service output, complete XML CAP message, for further routing to destination, or otherwise a standalone standard API version could be implemented as a REST API service to be called, and the initiator CAP client application would need to get the response for further sending it to clients destinations. + +![image](https://github.com/user-attachments/assets/07e41a14-aa3b-41b9-a888-9bd6d6a9a2e2) +