Lisp Tutorials
Home
Lisp
LispCL-Ajax directs Javascript calls directly into server-side Lisp functions
CL-AJAX is designed for use with Araneida, providing a handler to vend exported functions over HTTP. It also generates the Javascript for you to call, returning the values to a callback of your choice, and includes some useful JS to do common callback handling (e.g. replacing an XHTML element by its ID with a new one from the server). CL-AJAX is heavily inspired by ModernMethod's SAJAX, a PHP (originally) and now multi-language library to call server-side functions from client Javascript using XMLHttpRequests.
Read Next: An Introduction and Tutorial for Common Lisp
Related Topics
Sponsored Links
