I am trying to setup a webpage using particle.io's node-red service and would like to allow for multiple simultaneous users to customize their view without it affecting what is displayed to other users. My current setup is all anonymous users (no actual login).
Currently, if I setup a flow to load a detailed view of a sensor, whenever a user decides to view the data from a different device the display changes for everyone as everything is in a single server side instance.
Is there a way to tell node-red to run this detailed instance client side, and rather just stream a portion of the data from the server to the client?