When on app A a product price is changed, app B should update the displayed price there, too, ideally as soon as possible. I would let the updated field flash briefly and show a temporary message that the value just has changed to notify the user.
websockets
come to mind as a faster and more efficient alternative to classical polling.
For keeping everything simple I want to use something very high-level.
What libraries would you recommend?
3 posts - 3 participants