What is the easiest way to synchronize the state of basic models between users? I start the node.js. server All communication is done on websockets. I want to configure it in such a way that the models can be transferred to different clients, and any common models will automatically save state for all these clients if any changes are made.
What is the easiest / most reliable way to do this?
Thank!
source
share