You can use python's urllib2 module to interact with APE's inlinepush command. There's a basic example in the wiki: http://www.ape-project.org/wiki/index.php/Libape-controller (scroll to the bottom for the python example). I also have an example of using inlinepush from Django on my blog: http://www.alittletothewright.com/2010/01/comet-with-django-and-ape/ .
~JW On Mon, Mar 29, 2010 at 7:22 AM, kaiix <[email protected]> wrote: > Hi, > > I want to write a desktop client talk with people using a web client, > my question is how to connect to APE server by Python? > > -- > 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/ > > To unsubscribe from this group, send email to > ape-project+unsubscribegooglegroups.com or reply to this email with the words > "REMOVE ME" as the subject. > -- 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/ To unsubscribe from this group, send email to ape-project+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
