According to the remote storage protocol, there are 3 types of application/software:
1. Traditional Web Apps:
In hosted web stacks such as LAMP, .Net, Ruby on Rails, Django, etc…, the developer hosts the app and data, while the user controls device.
2. No-Backend Web Apps
In 100% client-side apps that use CouchDB, Hoodie, Firebase, Parse, Kinto, etc…, the developer provides the app and data, while user controls the device.
3. Unhosted Web Apps
In 100% client-side apps that use remoteStorage, Google Drive, Dropbox, etc…, the developer provides only the app, while the user controls the device and data.
I would like to know what is the architecture: “unhosted”, “self-hosted” or “hosted” in delta-chat. what is the architecture: “unhosted”, “self-hosted” or “hosted” in delta-chat?