Validating profile... 0% complete

What is your current level of experience in freelance work?

 

 

Microservice Web user interface Architecture review.

We currently have a web application that is generating a web interface dynamically depending on the data structure provided by multiple backend application. The communication between HMI Front end and backend is done via a websocket. The communication between the HMI backend and application backend is done via AMQP. In other words, multiple backend micro-service services publish their data structure via AMQP. The Web interface generated its page structure depending of the data structure received by the backend micro-services. When a value changes on the backend microservice, the new value is displayed on the web page. A value can be changed on the web page, the new value should be sent to the backend microservice. We currently have a working application with data synchronization issues. We are looking for a software architect to review the current code and give design recommendation on how to solve the synchronization issues.