beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: reworked widget (un)subscription now a method of widgect object, allowing special subscription methods
svghmi
2020-03-19, Edouard Tisserant
4eeed820fd3a
SVGHMI: reworked widget (un)subscription now a method of widgect object, allowing special subscription methods
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