svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Tue, 10 Sep 2013 23:10:58 +0200
changeset 1313 85c167bfff93
parent 728 e0424e96e3fd
permissions -rw-r--r--
Replaced standard function blocks library definition from dictionary to plcopen xml files
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