svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Thu, 17 Oct 2013 23:27:23 +0200
changeset 1370 ee795a8d4404
parent 728 e0424e96e3fd
permissions -rw-r--r--
Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression
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