beremiz
Clone
Summary
Browse
Changes
Graph
automatically detect flags supported by matiec and find correct path
2016-05-06, Andrey Skvortsov
da8bf5aa275f
automatically detect flags supported by matiec and find correct path
for matiec C library files
This makes possible to use an old matiec and the new one.
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