Hacker News new | ask | show | jobs
by rehitman 905 days ago
If this performs, and it is a big if, it can make life a lot easier for people with stateful services. You just push the service back to the browers and you are done. It can be a lot cheaper and lot faster, and also reduce complexity of making a stateful service scalable and reliable.
1 comments

And all the users have to download a 200MB web page every time they use your service...
Can the download be cached in the browser so that subsequent web page visits don't download the same initial 200MB blob? That's better at least.