infinispan-demos / streaming-data-workshop

Streaming data workshop with Infinispan, Vert.x and OpenShift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push UI model

galderz opened this issue · comments

Use push techniques for pushing train position changes. The UI currently checks a RESTful endpoint where it regularly gets a snapshot of the train positions. This is not very optimal. A push model where the backend pushes when there are position changes would be more suitable.

Thomas started a branch with this approach but it’s not fully working (see here)

Closed via #33