http://www.ape-project.org/wiki/index.php/Protocol_Basics
APE protocol is HTTP + JSON based, so, maybe, it is not very suitable for mobile terminal. 2011/6/7 KS <[email protected]> > client implementation should be simple if using the approach of long- > polling. Can simple use NSURLConnection in IOS. The point is, I need > to know the APE protocol before I can start implement it. I can guess > some of them, either from javascript library or just simply guess, but > having a protocol reference made my life a lot easier. > > On 6月7日, 上午11時21分, ma liang <[email protected]> wrote: > > APE is for browser push(ajax push), I don't know any protocol for mobile > > terminal until now. > > You can extend APE backend for mobile terminal support through socket > > communication, don't easy, and don't so hard. > > > > 2011/6/1 sun.tang <[email protected]> > > > > > > > > > > > > > > > > > We have a application with the flow like this: > > > 1. Android client as a data provider, iOS, Android, and javascript > > > client as the data subscriber > > > 2. javascript client as a data provider, Android and javascript client > > > as the data subscriber > > > > > As we have a application having around 500K users, we are targeted to > > > support 500K concurrent user in our production server. > > > > > So I need to know the data exchange protocol, so need we can implement > > > the client in varios platform (we are targeted to use long polling > > > only) > > > > > So any APE protocol reference document? > > > > > -- > > > 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/ > > -- > 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/ > -- 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/
