acme-freight / logistics-wizard

The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
http://logistics-wizard.mybluemix.net/
Other
0 stars 0 forks source link

[webui] Support Live Update of Trucks in UI without refresh #7

Closed svennam92 closed 7 years ago

svennam92 commented 7 years ago

need to provide some endpoint that allows us to dynamically update trucks in the UI without the need for refreshing the page. this goes hand-in-hand with the OpenWhisk actions that will utilize these endpoints: ibm-apiconnect/logistics-wizard#3

svennam92 commented 7 years ago

Migrating comment from @dokun1:

How often do we need to update the UI? Enough to warrant registering a Web Socket? Or is periodic refreshing via REST ok?