Hello,
I really like your simple solution for ajax push notification. I'm
working on a project that is providing some client tools such as
gadgets and widgets. Instead of polling for updates, we would like to
push them to the various gadgets. The problem is that these gadgets
and widgets are just glorified web pages using javascript to run
everything. Since these things run and are essentially hosted locally
we run into cross domain issues when we try to access remote sites.
The way we get around it is by dynamically inserting a script tag that
points to a remote php file that generates valid javascript code that
contains our data. With this basic knowledge of our system, is it
possible that we could implement this? I'm leaning toward the not
possible side. Thanks.
--
You received this message because you are subscribed to the Google Groups "StreamHub Comet Server Community" group.
To post to this group, send an email to
streamhub-comet-...@googlegroups.com.
To unsubscribe from this group, send email to
streamhub-comet-server...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/streamhub-comet-server-community?hl=en-GB.