The cloudeebus API seems pretty generic (from a very quick look)<br><br><a href="https://github.com/01org/cloudeebus/wiki/API">https://github.com/01org/cloudeebus/wiki/API</a><br><br>The only method specific to the websocket implementation seems to be connect(). So, with webkit2, we could implement it all client side and avoid the proxy overhead.<br>
<br>Implementation aside I tend to like the idea to have an intermediate, generic API to interact with DBus services. It should make the implementation of the public API (datastore, collaboration etc) easier and cleaner.<br>