-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d06972
commit 6f4e6d9
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Sajax | ||
===== | ||
|
||
Sajax is a python/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. | ||
|
||
Installation | ||
------------ | ||
|
||
Usage | ||
----- | ||
|
||
Python: | ||
******* | ||
|
||
Javascript: | ||
*********** | ||
|
||
Examples | ||
-------- |