qooxdoo Beginner's Guide
上QQ阅读APP看书,第一时间看更新

RPC servers

qooxdoo is a server-agnostic framework. The qooxdoo client can communicate with any server implemented in languages such as Java, Python, Perl, PHP, and so on, provided the implementation abides by the qooxdoo JSON-RPC server guidelines. qooxdoo already provides many RPC server implementations in the contribution projects. If you don't find the server implementation in your favorite language, you can write one yourself by following the qooxdoo JSON-RPC server guidelines. The available contribution projects for the RPC Server implementation in different languages can be found at the following website. Refer to the backend projects at http://qooxdoo.org/contrib/project.

To know more on writing your own RPC server, you can check the following URL:

http://manual.qooxdoo.org/1.2.x/pages/communication/rpc_server_writer_guide.html