@[email protected] to Programmer [email protected] • 22 days 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] • 22 days agomessage-square71fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink42•22 days agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-square@[email protected]linkfedilinkEnglish3•edit-221 days agoMy db runs on the user’s browser via WASM.
minus-squareLightorlinkfedilink6•21 days 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.