Reverse Ajax implementation using php

后端 未结 4 1515
遥遥无期
遥遥无期 2020-12-10 17:07

I am looking to implement reverse ajax in my application which is using PHP and jquery. I have googled a bit about it and found XAJA but that seems to be a paid application.

4条回答
  •  轮回少年
    2020-12-10 17:46

    you could websockets in conjuction with "flash" websockets because almost all browser have flash on board(average around 96%? => http://www.statowl.com/flash.php) => https://github.com/gimite/web-socket-js. You could use this together with http://code.google.com/p/phpwebsocket/. Still I am wondering if the performance is going to be any good. If it all possible I would use node.js to do reverse ajax. http://socket.io is a really cool project to do this!

提交回复
热议问题