svgui/pyjs/jsonrpc/README.txt
author Mario de Sousa <msousa@fe.up.pt>
Sat, 06 Jun 2020 07:24:42 +0100
changeset 2657 41c34e7d196d
parent 728 e0424e96e3fd
permissions -rw-r--r--
Modbus plugin web configuration: use drop down choices for baud, parity and stop bits.
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