svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Sun, 17 Feb 2013 23:47:41 +0100
changeset 929 c562031146e4
parent 728 e0424e96e3fd
permissions -rw-r--r--
Improved matplotlib graphic debug panel implementation
These classes are intended for use server-side.

e.g. in a django view.py :

    from pyjs.jsonrpc.django import JSONService, jsonremote

    jsonservice = JSONRPCService()

    @jsonremote(jsonservice)
    def test(request, echo_param):
         return "echoing the param back: %s" % echo_param