unblocked platform documentation
Included in every modern browser is a database called IndexedDB. IndexedDB is a noSQL or document database which is a standard maintained by the World Wide Web Consortium (W3C). IndexedDB is the standard browser database in use currently and is used by many applications and solutions.
IndexedDB is used as the database for the Unblocked Platform. It is where both application configuration and your data is stored. Data you store in the IndexedDB database is automatically distributed among other users on the platform using the following process.
The process above occurs automatically, without manual intervention.