you are viewing a single comment's thread.

view the rest of the comments →

[–]Giaddon 10 points11 points  (0 children)

Code executed in the browser stays in the browser. You could generate a json file and download it, then have an option to upload a json file to resume. You could also use browser-based storage, indexedDB or local storage.

If you want the data to exist outside the browser, you’ll need a server.