@[email protected] to Programmer [email protected] • 4 months agoHow it started vs. How it's goinglemmings.worldimagemessage-square66fedilinkarrow-up11.08Karrow-down16file-textcross-posted to: [email protected]
arrow-up11.07Karrow-down1imageHow it started vs. How it's goinglemmings.world@[email protected] to Programmer [email protected] • 4 months agomessage-square66fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilink40•4 months agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightorlinkfedilink6•4 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.
minus-square@[email protected]linkfedilinkEnglish3•edit-24 months agoMy db runs on the user’s browser via WASM.
On the frontend.
Having a backend is bloat. I do all my DB transactions straight from the frontend
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.
My db runs on the user’s browser via WASM.