@sdetweil said in Magic Mirror Server Only Mode:
but this is not connection focused no unique storage by user/connection…
Not sure If I understand the last part? Connection will be handled by Express and I can add user management module later.
What I am thinking is that if I am able to load multiple modules for different user (trying it with multi config file). I can add logic to save module configuration for each user in DB (may be mongo) and whenever user logs in - fetch the module configuration from DB for that user and voila !!! (again easier said then done :))