Remix.run Logo
pjmlp 2 years ago

URLs can also be mapped into native applications, it is a matter of the right OS.

https://developer.android.com/training/app-links

dartos 2 years ago | parent [-]

That’s a different flow though.

Pasting URL into browser, then having access to game

Vs

Pasting url in browser Get link to install app Install app Navigate to the original url again.

Technical capabilities don’t always change user experience

pjmlp 2 years ago | parent [-]

Application streaming, no need for installation before using.

dartos 2 years ago | parent | next [-]

Now go ahead and let anyone embed that application in another party’s application.

A big part of what makes web successful is the ease of syndication.

int0x29 2 years ago | parent | prev [-]

That needs a hell of a lot of sandboxing before I get anywhere near it. Which sounds like a good use for WASM and WebGPU.