So the old roses graphics over on LA1TV, worked using WebSockets with an admin panel controlling a webpage, I'm putting this issue here to think around other options on how to do this conceptually.
Is a server running that the client view subscribes to and an admin panel that pushes state to the server what we want? How heavy do we want the middleware server to be? What do we use for controlling state? Can we take an approach where the components and admin panel are tide together?
So the old roses graphics over on LA1TV, worked using WebSockets with an admin panel controlling a webpage, I'm putting this issue here to think around other options on how to do this conceptually.
Is a server running that the client view subscribes to and an admin panel that pushes state to the server what we want? How heavy do we want the middleware server to be? What do we use for controlling state? Can we take an approach where the components and admin panel are tide together?