2011/3/5 Marcel Tella <[email protected]> > Hi! I'm currently working on a project, and I'm trying to use APE, but > I would like to understand a bit the architecture to know if it fits > in my project. > > The thing is, What I've understood is that APE is able to send some > data from the server, without any GET message(or POST), is it true? > > APE established a GET/POST request all the time, from the browser client to aped server. aped can push it's data to client through the AJAX/long polling/web socket... request. you can take a look at cometd (http://cometd.org/)
> I've been thinking in how to do it, and the only think I've figured > out has been, in my C++ application, to generate XML's and then to do > a pulling with a javascript client to check if there is any xml file. > > aped encode data to JSON format, and push them to client. I think on it as a bit poor way, I would like to find some other way > to catch the data sent by a C++ program. The important think is that > the C++ program will generate lots of information, and a should > capture each chunk of information sent by the C++ app, and then to do > something with that in Javascript. > > Well, Indeed I'm studying AJAX, and I don't know how to achieve this > goal. Can anyone explain me? > > Thank you very much!! I know that is not the best explanation on the > world, if there is something that you can't understand, please, don't > hesitate to ask. > > Regards from Barcelona, > > Marcel. > > -- > 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/
