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 for a realtime notification?
As far as I understand, Ajax Push Engine puts less load on server so I would like to use it for the realtime system. thanks.

有帮助吗?

解决方案

If you want to do "real time" applications with APE, you must install the APE Server. You can't do push in simple HTTP. If you don't have access to your server or don't want to install anything, try some services like Pusher.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top