@[email protected] to Programmer [email protected] • 2 months agoHow it started vs. How it's goinglemmings.worldimagemessage-square71fedilinkarrow-up11.1Kcross-posted to: [email protected]
arrow-up11.1KimageHow it started vs. How it's goinglemmings.world@[email protected] to Programmer [email protected] • 2 months agomessage-square71fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink42•2 months agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-square@[email protected]linkfedilinkEnglish3•edit-22 months agoMy db runs on the user’s browser via WASM.
minus-squareLightorlinkfedilink6•2 months agoI actually build a full copy of the DB on the client machine. That way I can’t lose the data, it’s all right there and so fast.
Having a backend is bloat. I do all my DB transactions straight from the frontend
My db runs on the user’s browser via WASM.
I actually build a full copy of the DB on the client machine. That way I can’t lose the data, it’s all right there and so fast.