I\'m building a PHP web application and I\'ve reached a point that I need to build a Comet server because I need to update my users\' whenever a new data is available (pretty much like FB). I\'ve spen
I\'m using Orbited to build a Comet chat system on a PHP-based website. However, currently any user can subscribe or post to any channel.
I wanted to implement Comet in PHP and came across this page: http://www.zeitoun.net/articles/comet_and_php/start
Let\'s say I want to use Google GWT on the client side and Google AppEngine Pyth开发者_开发百科on on the server side. Furthermore, I want to be able to use RPC calls to the server as well as performin
We\'re developing a browser based social game, and it is a MMORPG game. We are using html/javascript/css as the frontend tech(comparing with flash). when the user loads our game for the first time, a
I am using the comet long-polling technique with apache, php, jquery. I\'ve got a basic comet update running and it works great. I\'m now attempting to build a more complex comet script, and I want a
I am considering a web application that would have the same kind of multi user, automatic saving, infinite undo / replay capabilities that you see in 开发者_开发问答Google Wave and Etherpad (albeit on
Client has a dating site and would like to have a popup (either a nice javascript overlay or a new browser window popup. we\'re flexible.) displayed to users when another user is visiting their page.
What\'s the best way to send data 开发者_如何学编程from client to server? The example code I\'m using is from How do I implement basic "Long Polling"?Just use XHR to do a POST.
I\'m implementing Comet using the script tag long polling technique, based on this page. Following on from my previous question, I\'ve got it all working, except for one annoyance, which only happens