Skip to content

burnhamrobertp/sajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sajax

Sajax is a Flask/jQuery extension for building ajax web applications.

There are a ton of tools/libraries/frameworks out there that make AJAX really easy though, right? Turns out, there aren't really any that ease the transition between python and javascript specifically. Even jQuery's added functionality isn't really all that helpful, even when you narrow your focus down to just the javascript side of things.

A lot of how this was built was inspired from personal experience with an old PHP ajax framework, XAjax.

##Dependencies

  • jQuery
    • v1.11.1 or greater, this is a jQuery/Python library and as such isn't compatible with straight javascript. Further, in my original experience with the XAjax library from PHP, I found that the javascript side of things was much messier and had several defects entrenched in it. I don't expect this to ever be large enough to suffer any significant drawbacks by taking the "easy" route of jQuery.
  • jQuery-serializeForm
    • So its not really a dependency, as sajax.getFormValues will fall back to jQuery's serialize method. jQuery-serializeForm will, however, construct an object representing the serialization of a form, compared to jQuery's serialize() producing a url-encoded string.

##Installation

##Usage

###Python:

###Javascript:

##Examples

About

Python / jQuery AJAX framework, modeled after xajax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published