Hacker News new | ask | show | jobs
by elcritch 1183 days ago
Could you elaborate on how you can use CRDTs/OT for cross app components? It sounds intriguing but its unclear how they help vs a common api like activity pub?
1 comments

All state including the app logic, UI, and app state of the component was shared/stored/synced via Fluid (I believe now Azure Fluid Relay.)

This simplified integration because each app only need to include a simple boot loader that could connect to the appropriate endpoint and then load every part of the component.