whatwg / meta

Discussions and issues without a logical home
Creative Commons Zero v1.0 Universal
93 stars 161 forks source link

Cloud storage for SPA #216

Open vanillajonathan opened 3 years ago

vanillajonathan commented 3 years ago

A web application has users and users do operations which require storage of data.

Problems

As a web developer

Desired outcome

For app developers

Considered solutions

Requested solution

Functionality available through JavaScript to store user data in the cloud. The end-user can use a provider of choice (such as Google, Microsoft, etc) or host an own instance on a private server (such as ownCloud, NextCloud, etc).

The web app developer shouldn't know, nor care what provider or storage backend that the user uses. The web app developer should be able write the application with client-side technology only, without any backend.

vanillajonathan commented 2 years ago

Possible solutions of interest.