Tagged Questions

APE is a full-featured OpenSource 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.

learn more… | top users | synonyms

12
votes
2answers
156 views

10,000 users or 10,000 setInterval()?

I'm using APE-Project, Is it better to have 10,000 connected users or 10,000 pages that use a setInterval() to send each N milliseconds a request to a PHP page? Thanks
6
votes
3answers
939 views

Ajax Push Engine (APE) Vs Node.js

I am considering few options for pushing data from server to the client for my web application in real time. I have implemented a polling based (each client sends http requests to the server after ...
4
votes
2answers
881 views

Using APE with PHP

I'm a little confused on how APE (Ajax Push Engine) works. How do you know which connection to push to, making sure the user is correct, from a PHP application? Is it a Apache extension? Independent ...
3
votes
1answer
141 views

How can I use ajax push engine to make notifications?

I have heard about APE (ajax push engine) to make realtime notifications but I want to use the javascript framework of the APE instead of installing it. Can any one help me with how to implement it ...
3
votes
2answers
294 views

How to plot dendrograms with large datasets?

I am using ape (Analysis of Phylogenetics and Evolution) package in R that has dendrogram drawing functionality. I use following commands to read the data in Newick format, and draw a dendrogram using ...
3
votes
2answers
303 views

R: ape/phylobase: unable to convert ultrametric, binary tree to hclust object (warning message)

I've imported a ClustalW2 tree in R using the ape function and read.tree function of the ape package. I estimate molecular ages using the chronopl function, resulting in a ultrametric, binary tree. ...
2
votes
1answer
87 views

Normalizing a Phylogenetic Tree in R

When working with phylogenetic tree data in R (specifically when working with "phylo" or "phylo4" objects) it would be useful to normalize branch lengths so that certain taxa (the ones that evolve ...
2
votes
3answers
617 views

What are the main differences between APE and Node.js?

Could anyone that has used both share his/her experience? What are the main differences and which one do you prefer? Thank you.
2
votes
1answer
121 views

Ajax Push Engine does not work only in FF :(

When I launch the APE test I get this error on FF: Running test : Initializing APE Client Can't load APE JSF In IE and Chrome everything work fine...
2
votes
2answers
250 views

how to implement server pushing when there is an update in mysql database?

the situation i'm facing is: i have a php+mysql web application. several users share resources in the same database. i want to implement a feature that whenever there is a change for database ...
2
votes
1answer
267 views

Ajax Push written in C/C++?

I have existing chat server code written in C/C++ that communicates over TCP/IP with client installed GUI. I'd like to also allow "web" access to this functionality, where users can simply go to my ...
2
votes
3answers
2k views

APE (Ajax Push Engine) Tutorial

I've been having problems trying to setup APE on the server side... are there any video tutorials or any tutorials which are more detailed than the one provided on their site?
2
votes
2answers
457 views

Ajax Push Engine (APE) - Sockets question

I was looking into APE and they have a socket library that creates a socket server. Is there a tutorial on how to go about creating this so that the socket server is always running? and how well does ...
1
vote
1answer
68 views

ObservableCollections using Rx with APE/Reverse Ajax - Pushing from the Server

Just wondering if there was a commonly used method to notify subscribers (javascript clients) of observable collections (Rx/Knockout.js) of changes on the server side. I'd like to have an object ...
1
vote
2answers
617 views

chat application: node.js or APE?

I want to create a chat app which would use php/codeigniter to do the views and user interface. I've been reading lots of posts on stackoverflow which recommended node.js or socket.io. Yet I've also ...
1
vote
0answers
59 views

How to use ape server with asp.net?

I have a .NET appliation running in my windows machine. I need it to use APE for publishing data to clients in real time. I have a APE server running in a seperate linux machine. My question is , how ...
1
vote
0answers
87 views

Moving on from a simple IRC server to some other technology

I would like some opinions about one project. Sorry my english, is not my natural language. My current setup: Arduino -> IRC SERVER <-> Clients (PHP and custom software) 1 - Arduinos sends ...
1
vote
2answers
489 views

How can I access memcached with Javascript?

Let's say I have a working memcached deamon on a server. Let's say that this server is able to handle server side Javascript (APE in my case). It should be easy to access memcached with some ...
1
vote
1answer
507 views

does anyone use APE server?

i am trying to figure out how to work with Ape, but there are some things in the chat demo code that i dont understand and cant find nothing about it in the documentation. here is the code: var ...
1
vote
1answer
238 views

Problem with POST request from APE server module

I use Ajax Push Engine as push engine and Django for main site. I wrote the server module which must send the request to my Django-based application when new user join the channel by using Http ...
1
vote
1answer
389 views

Can not use ajax-upload because of ape comet server

First part of description is in http://stackoverflow.com/questions/3009001/unsafe-javascript-attempt-to-access-frame-when-try-to-upload-file-with-ajax Problem is that I get access denied error, when ...
1
vote
1answer
655 views

APE engine Mysql push data to channel on insert

i am working with APE Engine (http://www.ape-project.org) and up until now i had no actual problem. The problem is that i would like to use the MySQL module and push data to a channel each time a row ...
0
votes
1answer
19 views

Ajax Push Engine (APE): How to Send Binary Data or Special Characters

This code example is from the APE official website: http://www.ape-project.org/ var client = new APE.Client(); client.load(); client.core.join('testChannel'); client.request.send('foo', {ping: 'ho ...
0
votes
1answer
75 views

How to Hook up the HTTP Streaming Server APE (Ajax Push Engine) to a Computation-Expensive Server

I've been studying the APE (Ajax Push Engine - http://www.ape-project.org/) for several weeks, and I have read all the documentation they have at the website. The APE project claims "real-time data ...
0
votes
0answers
21 views

How to handle same users in multiple channels when sending on multiple channels

I've just started with the APE push engine, and I like it much, real time web is cool! But i'm facing a problem at the time and I would like to know if someone could help me! I put users in different ...
0
votes
1answer
169 views

Can't contact Ape-Server on VM from Host

i just want to use APE on my local computer. It's my first time i installed APE on a virtual machine running ubuntu and i tested it in the VM with the check-tool on ...
0
votes
1answer
108 views

Comet (Ajax Push) in Godaddy dedicated server?

I want to know if it's possible and I'm looking for tutorials to set it up. APE website says that knowledge of JavaScript programming is sufficent to follow the tutorial however I haven't been able ...
0
votes
0answers
97 views

This a Java Client fro APE(Ajax push engine), any idea why the APE server register two times the call from Java?

The problem is that the log on the APE server register two calls, when i really do one, i've worked up a pyhton client, that sends the same http get request and it does it fine, (register one call), ...
0
votes
0answers
49 views

APE.join() problem

I want to implement push notification with APE. And i have notifications (which are currently working) and a friend stream on my site. The notification is loaded on every site, the stream just on ...
0
votes
1answer
178 views

Looking for a better choice for real time push notification with PHP

I want to implement real time push notifications from php to my project. i already testet 2 possible ways. long polling the mysql database -> very poor performance, cause the query is big long ...
0
votes
2answers
109 views

Accessing a remote APE server

I am a newbie in APE. I have a linux machine that runs the APE server. I would like my .NET program running in another windows machine to connect to the APE server. How do i do it ? Both the machines ...
0
votes
2answers
194 views

To embed a chat in my site

I want to embed a chat in my site.The chat will be used for intercommunication between two members of site, like, the one used in social networking sites like facebook. Can anyone suggest me which ...
0
votes
2answers
318 views

Running APE Server in a Virtual Machine

I have been trying to set-up an Ajax Push Engine (APE) Server in a virtual machine, and have run into a bit of a snag. The problem is that the APE server cannot be accessed outside of the virtual ...
0
votes
1answer
95 views

Stop and Reset Wheel Partical - Actionscript Physics Engine (APE) (latest Trunk)

I'm trying to create a simple disappearing action when a WheelParticle hits a special disappearing CircleParticle. Normally the WheelPartical bounces off of a bunch of other CircleParticles, but when ...
0
votes
1answer
389 views

Online card game + chat with PHP

What would be a good way to make a online card game with chat-function in PHP? A colleague mentioned Ajax Push Engine (APE) but APE's latest release is from 2009. Orbited on the other hand doesn't ...
0
votes
1answer
476 views

Any Good Tutorial/Ebook on APE (Ajax Push Engine)

is there any Good APE book avalible because the Wiki on the Official Website is not much illustration i am a newbie to this world so please Refer any good Ebook or Tutorial on it..!!
-1
votes
1answer
131 views

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 ...