sys-realtime-sync
Vad som rör databasens stöd för realtids synkronisering.
Mission
Effect
- Necessary to incorporate into database structure and API. A layer between api and insert/update/delete operations.
- No not into database structure. Rely on general db structure. Only add at websocket server level and client side.
- Defines a set of websocket-channel events that can be used to trigger updates in the local copy of the database.
- (without this module, the system should work, but not know about changes made by other devices, expected behaviour is local copy gets out of sunc)