Hacker News new | ask | show | jobs
by the_duke 2746 days ago
You can write self contained, single file .html documents just fine.
1 comments

Not when you need images, and if you need to display 3D data you are required to actually serve textures over a server.
You can embed images in the HTML as well
Sure, if you resort to tricks like Base64 encoding in strings, that won't do for WebGL textures though.