Relative Content

Tag Archive for gui-design

Developing web sites that imitate desktop apps. How to fight that paradigm? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Supposse there’s a company where web sites/apps are […]

UI development approaches for high frequency data

I have a HTTP SSE endpoint that will be streaming data at around 1ms frequency. This data is a JSON payload that needs to move dial gauges, plot lines, etc. on a dashboard. Assume close to dozen or so widgets on dashboard that need to refresh at 1ms frequency. I have tried Node-RED dashboard. I noticed that, at 1ms, only one dial gauge refreshes and others freeze.