Content pfp
Content
@
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
I'm getting increasing conviction around the idea of using sync engines instead of APIs for building apps The idea is simple: - apps read and write to a local db or object - a sync engine keeps this magically synced with server db - sync is designed to be conflict free (using crdts or similar)
16 replies
11 recasts
58 reactions

William Saar pfp
William Saar
@saarw
I'm interested in the idea of writing collaborative apps without centralized backends by using a sync engine and a blockchain Blockchains provide consensus of transaction order that enable efficient event sourcing models that can live in browser app memory and persist to storage like IPFS, Shadow Drive, Arweave
1 reply
0 recast
2 reactions

William Saar pfp
William Saar
@saarw
Tempted to try to turn my app plotdash.com (based on my sync-engine Flushout https://github.com/saarw/Flushout) into a PWA that uses Solana to buy storage and record transaction batches instead of persisting to my node backend ...but haven't decided it's the best use of my time
0 reply
0 recast
0 reaction