cm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agoHow it started vs. How it's goinglemmings.worldexternal-linkmessage-square67linkfedilinkarrow-up11.08Karrow-down16file-text
arrow-up11.08Karrow-down1external-linkHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agomessage-square67linkfedilinkfile-text
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up42·29 days agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up6·28 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.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up3·edit-228 days agoMy db runs on the user’s browser via WASM.
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.