Skip to content
Advertisement

Tag: offlineapps

How to read and write JSON offline on local machine?

Problem I need a way to store and collect JSON data in an entirely offline(!) web application, hosted on a local (shared) machine. Several people will access the app but it will never actually be online. I’d like the app to: Read and write JSON data continuously and programmatically (i.e. not using a file-upload type schema) Preferably not require any

Advertisement