beremiz
Clone
Summary
Browse
Changes
Graph
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
2015-02-09, Edouard Tisserant
ff8a22d45c44
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
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