beremiz
Clone
Summary
Browse
Changes
Graph
Increase size of comment block in WAMP example, so all information is visible
2018-08-27, Andrey Skvortsov
10cfc280927c
Increase size of comment block in WAMP example, so all information is visible
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