Hacker News new | ask | show | jobs
by punnerud 1865 days ago
How many of these support the partial file loading? I know that Python don’t (I have been working on support for it).

This would make SQLite example supported: https://news.ycombinator.com/item?id=27016630

1 comments

The node one does, and there is a fork of the python one that does: https://github.com/danvk/RangeHTTPServer/

I know this because I have also been working on something using that magic sqlite-in-browser project :D

Thank you! I like the monkey patch to enable binary range support: https://github.com/danvk/RangeHTTPServer/blob/master/RangeHT...