svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Thu, 21 Nov 2013 00:33:02 +0100
changeset 1377 cc8f9177d41c
parent 728 e0424e96e3fd
permissions -rw-r--r--
Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires
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