Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 249 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 249 Bytes

single-file-app

Suppose you store data inside the HTML of a web app.

Supppose you read an HTML file which conatins also a bunch of app instance data and then invokes a bunch of JS to run the app, which then saves the data back to the same file.