binary-viewer
binary-viewer copied to clipboard
Add binary stream support
Generating an html table as currently done is not very efficient
The API should allow:
- to display the generated rows while generating them
- to generated rows while reading a stream (like HTTP request stream)
The implementation may allow to
- keep the data in memory
- and generate only rows visible in the viewport while scrolling (with of course some pregenerated lines for better UX)