beremiz

SVGHMI: Fixed typo in last commit
svghmi
2021-05-31, Edouard Tisserant
22da8e0b07b8
SVGHMI: Fixed typo in last commit
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