Have a look at mod_signal.
Sorry for the very terse reply; I'm on vacation, away from my computer...
//Andreas
Howdy,I've a simple module which calls z_notifier:notify to broadcast events to clients.Now I'm trying to write a simple comet page in which an elements gets updatedby events published by the above module. I don't know how should I get notifiedin my template and wire received events to a DOM element when using {%stream%}
Have a look at mod_signal.
Sorry for the very terse reply; I'm on vacation, away from my computer...
//Andreas
Den 11 jul 2012 21:03 skrev "Behrad Zari"
Howdy,
Search this list's archive, or look at the code for trackz ( http://github.com/kaos/trackz ) I use signals to update parts of the UI.