django-json-rpc-server


Implementation of JSON-RPC protocol as middleware for Django web framework

Django and AJAX

This middleware is another attemp to simplify AJAX usage with Django based on JSON-RPC specification (http://json-rpc.org/). It inspired by Java Struts2 JSON-plugin by Musachy Barroso (http://cwiki.apache.org/S2PLUGINS/json-plugin.html) and SimpleJSONRPCServer by David McNab (http://code.djangoproject.com/wiki/JSON-RPC). Some documentation can be found here: http://code.djangoproject.com/wiki/JSONRPCServerMiddleware Usage example (see it with firebug): http://alx3apps.appspot.com/jsonrpc_example/

Project Information

Labels:
python django json-rpc json ajax middleware