I\'m working on a browser game with the play framework, and I definitely need longpolling, but I don\'t quite understand how to use it. WebSockets would be perfect for this, but it\'s not supported by
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am willing to create a two-player quiz game, in real time. For this I need to track when users are on my quiz\'s page and when they leave it. Basically, I need some kind of lobby, where players gath
I am trying to build a very simply event bus, where both subscriptions and publications are made in Java applications.
I push [script]dosomething()[/script] tags into the iframe for my comet server using chunked data, but script tags开发者_JS百科 just continues to accumulate forever. How do I wipe it after every scrip
Is it possible to implemen开发者_JS百科t clients that can subscribe and publish to the Comet Server, from within a Java application?
Is there a notification library written for j开发者_Go百科Query already? One that would provide dropdown messages similar to the way StackOverflow does it.
I have a web application im currently working on in python. I\'m using Django as my web framework currently. I intend to integrate real-time web features into the application u开发者_JS百科sing ajax p
I used flush() function in infinite loop in my php page, it echoes a text each second. when i open the page in browser it works! but when i load it via jquery ajax it doesn\'t response!
I have an application t开发者_运维问答hat uses forever iframe(comet), this is working fine in firefox 3.6. But in firefox 4, pushes(javascript code that is sent from server) are not executed properly