3

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.

JMax
  • 26,109
  • 12
  • 69
  • 88
Sakshi Sharma
  • 1,414
  • 4
  • 20
  • 39
  • did you try anything yet? something like Google you know: http://www.ape-project.org/wiki/index.php/Getting_Started – JMax Nov 15 '11 at 18:40
  • have gone through that but still i would like to know if some gud tutorial exist so that i could make my notification system realtime. – Sakshi Sharma Nov 15 '11 at 18:51
  • i know it's not what you are asking for but, if you want realtime, you should really have a look at http://www.xrtml.org/ – André Alçada Padez Jan 25 '12 at 10:00

1 Answers1

1

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.

nicowernli
  • 3,250
  • 22
  • 37