lambda-ui icon indicating copy to clipboard operation
lambda-ui copied to clipboard

WebSocket: Rework backend-for-frontend

Open sroidl opened this issue 8 years ago • 0 comments
trafficstars

Currently we only support updating the clients by polling. This is done via websockets, but we do not leverage the full potential of websockets yet.

We should:

  • Push updates about build summaries,
  • build details
  • build outputs (already working)

from the server to all clients in order to assure updating clients in a timely fashion and to avoid unnecessary traffic cause by polling.

sroidl avatar Jan 17 '17 09:01 sroidl