I've actually created something similar myself, that does support streaming and blob serving.
I haven't officially 'announced' it yet, as I was planning to make a nice drag and drop Chrome FileSytem API way of setting up a website and hadn't got around to it. So it's still fairly immature (although I think it supports most of what the linked system does).
I've designed it to run on heroku, and it sets up virtual hosts for each client. I have a lot of ideas for how this could be used, here's two: 1. using in browser encryption stream your location acquired by the geo location api from your mobile phone but only to your friends who have the right key or 2. any time you want to serve a large file to a bunch of friends, just fire up one of these servers on heroku (first process is free) and serve it...
I haven't officially 'announced' it yet, as I was planning to make a nice drag and drop Chrome FileSytem API way of setting up a website and hadn't got around to it. So it's still fairly immature (although I think it supports most of what the linked system does).
If you're interested, it's here: https://github.com/kybernetikos/yobets
I've designed it to run on heroku, and it sets up virtual hosts for each client. I have a lot of ideas for how this could be used, here's two: 1. using in browser encryption stream your location acquired by the geo location api from your mobile phone but only to your friends who have the right key or 2. any time you want to serve a large file to a bunch of friends, just fire up one of these servers on heroku (first process is free) and serve it...