Hi Ryan, Check out http://www.ape-project.org/wiki/index.php/Inlinepush for an example in Python (find php at the linked examples) - in the end you have to initiate an external http request.
And you could do the same with JS by sending an AJAX request, using your favorite JS library. To understand the encoding you have to apply when doing it via JS, I recommend to do a dump of the correctly encoded url from the python/ php examples. Hope this helps Peter On 28 Okt., 15:14, crusherdestroyer <[email protected]> wrote: > Hi. I saw the example on the site for using inline push with PHP and > Python. Can someone give me a really quick example of how to use > inline push with javascript and HTML only? For example, "onclick" > send "hello world" to everyone currently connected? Thanks. > > Ryan -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
