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" <behr...@gmail.com>:
> 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
> updated
> by events published by the above module. I don't know how should I get
> notified
> in my template and wire received events to a DOM element when using
> {%stream%}