clach04 / webook_server

💩📖 Worst E-book server - light weight OPDS and web server that converts ebook formats on the fly, using Python (2 or 3) and optional Calibre convert
GNU General Public License v3.0
4 stars 0 forks source link

streaming result support #12

Open clach04 opened 1 year ago

clach04 commented 1 year ago

Currently no results are returned until search/scan has completed could yield results iteratively (so initial results are visible sooner).

Possibly inconsistent with template idea in https://github.com/clach04/webook_server/issues/1

Status:

NOTE web browser benefit from initial quicker results. Unclear if KoReader (and other OPDS clients) will take advantage of streamed results.

clach04 commented 1 year ago

Implemented in browser support that is present in dual OPDS / browser server #21 and https://github.com/clach04/webook_server/issues/23