Ajax Push - what to consider?

323 Views Asked by At

I'm looking into "Comet", "Ajax Push" or "Reverse Ajax" and have found APE: http://www.ape-project.org. It seems very promising. Any one with experience with this? Any pros and cons I should know about?

Also, are there any other engines I should be considering?

2

There are 2 best solutions below

2
On BEST ANSWER

Sounds like you want to be using WebSockets or Comet.

If you want to self-host there are the following options:

If you don't want to host the real-time infrastructure then you could use a hosted service such as Pusher who I work for.

0
On

This is an incomplete answer, but APE has very little documentation for 1. See this page http://www.nulldevice.de/2010/09/ape-ajax-push-engine/