@qooxdoo/framework
Version:
The JS Framework for Coders
16 lines (15 loc) • 613 B
JavaScript
/**
* <p>This namespace provides an API implementing the <a
* href="https://www.jsonrpc.org/specification">JSON Remote
* Procedure Call (JSON-RPC) version 2 specification</a></p>
*
* <p>JSON-RPC v2 is transport-agnostic. We provide a high-level
* API interface (qx.io.jsonrpc.Client), a transport interface
* (qx.io.transport.ITransport) and an HTTP transport implementation.
* Other transports based on websockets or other mechanisms can be added later.</p>
*
* <p>Please refer to
* <a href="https://qooxdoo.org/documentation/v7.0/#/communication/">
* the documentation on GitHub
* </a></p>
*/