Skip to content

spantaleev/sijax-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sijax - a Python/jQuery ajax library

Sijax stands for "Simple ajax" and provides just that. It's a simple Python/jQuery library providing easy ajax integration for python web apps.

The main idea is to use javascript code that calls server-side callbacks, which generate a response (manipulating the DOM, etc) and pass it back to the client. This way, you don't need to manually dispatch ajax requests to certain URIs and go over each XML/JSON response manually.

Sijax was initially developed for PHP, inspired by the Xajax library (PHP-only).

Take a look at the documentation to learn more.

About

An easy to use AJAX library for Python based on jQuery.ajax

Resources

License

Stars

Watchers

Forks

Packages

No packages published