Questions tagged [ape]

APE is a full-featured open source solution designed for Ajax push. It includes a webserver and a JavaScript framework. APE allows to implement any kind of real-time data streaming to a web browser, without having to install anything on the client-side.

Ajax Push Engine (APE) is a full-featured open source solution designed for Ajax push. It includes a webserver and a JavaScript framework. APE allows to implement any kind of real-time data streaming to a web browser, without having to install anything on the client-side.

APE project: http://www.ape-project.org Related: http://en.wikipedia.org/wiki/Comet_(programming)‎ also: http://ajaxpatterns.org/HTTP_Streaming

102 questions
0
votes
0 answers

Robospice pararell network request - making request before receiving response to previous

I am writing an implementation of APE protocol for chat in Android. In one case I need to send a request, which is kept on server until I send another request (and then the server returns response to the first request). How can I properly do this…
marcinm
  • 281
  • 1
  • 2
  • 11
0
votes
1 answer

APE (Ajax Push Engine) Does APE-Server processes the push requests synchronously or asynchronously

I am using APE (Ajax Push Engine) at my application. The connection between the application and the ape-server is inline push. And I am using APE only to broadcast messages to the clients. I.e. the clients do not send messages to the application or…
dritan
  • 882
  • 2
  • 8
  • 22
0
votes
0 answers

Implement Server Push on an ARM Embedded Linux device

I've spent some time looking at various ways of pushing data from a web server running on a embedded linux arm platform to mulitple clients. I've looked at APE, Commet, and more but can't find anything suitable for the embedded arm linux world. Is…
James
  • 88
  • 6
0
votes
1 answer

Mac APE installation error >> configure: error: installation or configuration: C compiler cannot create executables

I am installing APE (Ajax Push Engine) on my MAC. But it is giving me an error during installation, configure: error: installation or configuration problem: C compiler cannot create executables. I have gcc installed on my machine: gcc -v gives…
Vijay Kumbhar
  • 896
  • 1
  • 13
  • 31
0
votes
1 answer

APE with multiple domains

In my application I am using APE for getting the async updates from other users. Now it is working for a particular domain (abc.com), but now my user (company) wants to use xyz.com for company.abc.com, i have done this by creating CNAME. But now APE…
Vijay Kumbhar
  • 896
  • 1
  • 13
  • 31
0
votes
1 answer

Showing a div using jquery and retrieve data from ape server

My question is: How could i make a div which is visible in the bottom right corner of the screen for 10 secs? This div would trigger an ape-server inline push which is triggered by a php script. I would like to try post data with php to an ape…
rsz
  • 1,141
  • 1
  • 18
  • 38
0
votes
1 answer

How does the amount of open APE (Ajax Push Engine) channels affect the performance?

I am developing a web application which follows the principle of responsivness. Every information currently visible on screen gets automatically updated if there is a change of any user - in real time. I use APE (Ajax Push Engine) in combination…
Alp
  • 29,274
  • 27
  • 120
  • 198
0
votes
1 answer

Django and Ajax Push Engine (APE): Unsafe JavaScript attempt to access frame with URL

I am trying to setup an APE server for my Django project. Setup I followed the setup instructions in the APE wiki: Simple APE Configuration I had to change the port though. My virtual host config reads as follows: NameVirtualHost…
Alp
  • 29,274
  • 27
  • 120
  • 198
-1
votes
1 answer

Live chat using AJAX

Hello everyone I just wanted to know if I use AJAX for my chat engine, will it crash my server or it will work fine for a traffic of about 1500 people at a time ?? Also suggest me some way to make automatic ajax request to update the contents of…
Prashant Singh
  • 3,725
  • 12
  • 62
  • 106
-1
votes
1 answer

Ape:: consensus tree and edge length lost , are there solutions for this?

I am Abraham. Please! Somebody can help me with the problem with ape:: consensus and the branch length lost? I am having this problem too. Regards
-1
votes
1 answer

Installing APE project on Mac OS X

I would like to test Ajax Push on my local server and I found Ape-progect but I need help to install and configure it. Honestly I don't know how to start... Can someone help me to install and configure APE project on Mac OS (snow leopard)? Which…
Uncoke
  • 1,832
  • 4
  • 26
  • 58
-2
votes
1 answer

How to reserv your own crypto currency name?

I have come to learn about ape coin recently. But I am not sure how are they restricting people from naming a new cryptop currency with 'Ape Coin'? Dothey have patents or something? Why am I asking this question? What if I create a crypto-currency…
Blockchain Kid
  • 315
  • 2
  • 9
1 2 3 4 5 6
7