TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best way to bundle as HTML? Maybe even vids included

3 pointsby bammmmmalmost 6 years ago
Is there a way to make a rich HTML page self-containing?<p>I love html, pdf not so much. I also love epub, but it has narrow uses.<p>Existing HTML embedding in to HTML is possible, but Data URI has a 2MB limit on Chrome I think. Maybe a blob helps?<p>Is there any way I could bundle&#x2F;pack all scripts, images and maybe videos in to an html in a sane way? Is this feasible at all?<p>I guess browsers might load the html in to RAM, that could be a problem.

1 comment

byoung2almost 6 years ago
Something like an Electron app but lighter? How would you be distributing this?<p><a href="https:&#x2F;&#x2F;electronjs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;electronjs.org&#x2F;</a>
评论 #20032664 未加载