Harnessing the theoretical power of imaginary resources.
"Aether Computing" is a conceptual web application paradigm, for highly-available self-scaling web applications. The goal is to move as much server-side processing as possible to the client. The currently-popular "single-page app"/"heavy client" mostly handles display logic - but we want our clients to be processing database calls and business logic while sharing input/output data with peers.
Trust is handled primarily with asymmetric encryption. Primary data, provided by the server, is signed. The server also provides a list of allowed DB users (and their pub keys).
Clients sh
... can clients feasibly be made to run/operate on proprietary algorithms/data via homomorphic encryption? ...