The APE protocol is documented in the wiki ( http://www.ape-project.org/wiki/index.php/Protocol). It's all text based, so you can use native sockets to send JSON messages back and forth. You can also embed a browser inside your native application, and communicate through it.
On Sun, Nov 14, 2010 at 9:01 AM, hwkim <[email protected]> wrote: > Is there any sample or doc which demonstrates none web-browser based > client with APE? > > It means the following environments: > > - server-side: APE > - client-side: iPhone or Android apps. > > I've read the doc on APE's official site and understood it uses JSON > protocol so it seems to be entirely possible to do that but couldn't > find any reference for that? > > Any suggestions? > > Thank you. > > -Kim > > -- > 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]<ape-project%[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/
