beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: more compatibility adaptation to target 2012's webkit...
SVGHMI_compat
2019-11-08, Edouard Tisserant
004117ff7e1a
SVGHMI: more compatibility adaptation to target 2012's webkit...
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