Tuesday 23 April 2019

Server Side State Management Recommendations?

Hi all,​Building a IP based control system based off of Node (AV, home automation, etc.) Aside from running the core program, Node will also serve the system control GUI as a web app via Express. So far this is all well and good and I can send and receive commands between Node and GUI via a websocket.​This issue now is I want to have multiple instances of the GUI that all sync together with the exception of things like page flips. Think having a touch panel in different rooms, someone using an app on their phone, etc. I have an old pseudo state management system I made for testing WebRTC, but it would need a lot extending and reworking to use.​Are there any more standardized (and robust) ways to handle syncing state across multiple web app instances in Node?

Submitted April 23, 2019 at 01:12PM by maudiosound

No comments:

Post a Comment