aarvid / SmackJack

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.
MIT License
18 stars 2 forks source link

push and pull #2

Closed hajovonta closed 7 years ago

hajovonta commented 7 years ago

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?

hajovonta commented 7 years ago

Nevermind. I just realized ajax-push is enough because it contains functions for standard pull.