forked from jorgebastida/django-dajaxice
-
Notifications
You must be signed in to change notification settings - Fork 2
Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.
License
nanonyme/django-dajaxice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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. Dajaxice has the following 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://docs.dajaxproject.com/dajaxice/ Dajaxice thanks: - Angel Abad for the package distribution. - XmlHttpRequest.js project (License inside COPYING) - json2.js Library (License inside COPYING)
About
Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 82.4%
- JavaScript 17.6%