- cross-posted to:
- programmerhumor@lemmy.ml
You must log in or register to comment.
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.