Another question, I can push data to the APE server with inlinepush module now, but is there any way to listen on server push data in Python? If a Python client establish a connection use APE protocol, then how to retrieve messages constantly? In another word, can a Python client simulate what APE JSF does in a web client?
On Mar 29, 9:54 pm, kaiix <[email protected]> wrote: > Sorry for not reading wiki carefully, and thanks JW and your Blog, > that really helps me. > > On Mar 29, 9:09 pm, Josh Wright <[email protected]> wrote: > > > 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(scrollto > > 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.
