1
I need to develop a web system to run without a server, the system in question will only save client data and schedules. I would not like to use a database server, because it becomes annoying that the client has to start the server whenever using the system. That’s why I want to save without using a server. I considered using JSON but it doesn’t seem very viable, and I also considered the Indexeddb API, but it seems to be very complicated. Is there any other way in which the customer just needs to open the browser and use the offline system ?
Thank you very much, I’ll do as you say
– Arthur Nogueira
Why did you assume that the amount of data that will be saved is higher than the localstorage limit?
– user142154