

| |||||||
|
You are here: Root > By License > Open Source > BSD license
HT-AJAX is a small AJAX framework for Hunchentoot web server that allows transparent calls from Javascript in web pages to the server side Lisp code.
| Web site | http://pen.two-bytes.com/misc/ht-ajax.html |
| Mailing list | |
| Version | 0.0.6 - Tuesday, 20 February 2007 |
| Maturity | Experimental |
| OS compatibility | |
| ASDF installable | Yes |
| Official Download | http://pen.two-bytes.com/misc/ht-ajax.tar.gz |
| Mirrored Download | |
| Source code repository |
HT-AJAX is a small AJAX framework for Hunchentoot web server that allows transparent calls from Javascript in web pages to the server side Lisp code.
Basically it allows 'exporting' of your lisp functions so that they can be easily called from the Javascript code on your web page. The details of the data transfer can be handled by different backends, or as we'll call them 'AJAX processors'. At the moment three such processors are supported: one simple, built-in, that generates code inside the web page and does not require external libraries. The others are using a javascript library, such as Lokris or Prototype.
The documentation for HT-AJAX library including a small tutorial can be found at http://pen.two-bytes.com/misc/ht-ajax.html.
HT-AJAX is written in Common Lisp and aims to be portable across implementations as well as web browsers. Patches, bug reports, requests and comments are welcome.
HT-AJAX is (supposed to be) ASDF-installable.
BSD license | Libraries | Web Framework | Web Development
You must be logged to add a note
You must be logged to add a comment