An Ajax Common Lisp Library using parenscript to generate javascript and hunchentoot (for now) as the web server. Basically a fork and refactoring of ht-simple-ajax with an attempt merge ideas and code from ht-ajax.
nice project! I use it. My question is regarding push and pull at the same time: in my mind it would be possible to do both at the same time. But this requires two prologues to be generated, and the second prologue erases the objects created by the first prologue. What is the best way to achieve this?
Hi,
nice project! I use it. My question is regarding push and pull at the same time: in my mind it would be possible to do both at the same time. But this requires two prologues to be generated, and the second prologue erases the objects created by the first prologue. What is the best way to achieve this?