svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Wed, 31 Oct 2012 12:05:44 +0100
changeset 874 8b24e9312f18
parent 728 e0424e96e3fd
permissions -rw-r--r--
Fix bug when Drag'n Dropping located variables on Windows
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