datatracker/django-dajaxice
Henrik Levkowetz 59a244b884 Move new dajaxice into place.
- Legacy-Id: 7623
2014-04-22 18:11:16 +00:00
..
dajaxice Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
docs Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
examples Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
.travis.yml Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
AUTHORS Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
COPYING Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
MANIFEST.in Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
README.rst Move new dajaxice into place. 2014-04-22 18:11:16 +00:00
setup.py Move new dajaxice into place. 2014-04-22 18:11:16 +00:00

django-dajaxice
===============

Dajaxice is the communication core of dajaxproject. It's main goal is to trivialize the asynchronous communication within the django server side code and your js code.

dajaxice is JS-framework agnostic and focuses on decoupling the presentation logic from the server-side logic. dajaxice only requieres 5 minutes to start working.

Project Aims
------------

  * Isolate the communication between the client and the server.
  * JS Framework agnostic (No Prototype, JQuery... needed ).
  * Presentation logic outside the views (No presentation code inside ajax functions).
  * Lightweight.
  * Crossbrowsing ready.
  * Unobtrusive standard-compliant (W3C) XMLHttpRequest 1.0 object usage.

Official site http://dajaxproject.com
Documentation http://readthedocs.org/projects/django-dajaxice/