Remix.run Logo
What if the browser was the server?(arthurcornil.com)
2 points by quirissum 4 hours ago | 5 comments
quirissum 4 hours ago | parent [-]

I explored the idea of shipping a full backend to the user using WASM-compiled Go, SQLite and OPFS. The whole thing is delivered via a URL but runs entirely on the user's machine.

Live Demo: https://localtrack.arthurcornil.com/ GitHub: https://github.com/arthurcornil/localtrack

gamebak 4 hours ago | parent | next [-]

I think a lot of companies already trying to use this stuff, not SQL related but rather focusing more on the frontend. In reality, this causes more issues, like data fragmentation, versioning between different versions, security and at the end of the day it's a either a dev cost or server cost to implement this.

Usually, server costs are much much cheaper than dev cost to implement all this into FE, but it's a viable thing for the future.

quirissum 3 hours ago | parent [-]

[flagged]

billconan 4 hours ago | parent | prev [-]

how is this different from service worker?

quirissum 3 hours ago | parent [-]

[dead]