Hacker News new | ask | show | jobs
by WalterGR 1469 days ago
It's hard for me to believe it'd work well for interaction-heavy apps.

But if state were kept in sync with a version in the cloud, offloading some processing (say - video encoding) would be neat.

1 comments

Thanks for the feedback!

That's kind of what we want to do for some applications - video editing is a good example, because having to transfer heavy files is a big challenge.

But for our MVP, we simply stream the entire application.

> But for our MVP, we simply stream the entire application.

Apparently people stream games successfully, so what do I know? :)

Best of luck!