tcp - Reverse Ajax without Comet? -
Is it possible to send a message to a web browser without a comet's web browser?
Every major web company like Facebook and Google uses comets for this purpose and it seems like waiting to disappear like an ugly hack if TCP connections are enabled for the major browser .
Is it possible to send a message to the web server without the web browser of the comet?
Yes, it is possible through the Silverlight, Flex, Flash and Java applets.
Every major web company like Facebook and Google uses comets for this purpose and it just waits to disappear like an ugly hack, TCP connections were enabled for major browsers.
TCP connections will not solve a LA HTML5 web socket problem. You see that many people use Google and Facebook from their workplace, university or school, and firewalls often block non-standard ports, and non-HTTP traffic. So a solution that sends a message to the web browser, has to work on HTTP and often looks like HTTP, which is why Google and Facebook use the comet and will continue to do so otherwise they can reach a large percentage of their users Will not be able to. In fact, some firewalls and reverse proxies stop long-running HTTP connections and Ajax polling connections are often used as fallbacks. I can suggest some such as you are looking for a server capable of sending messages through reverse ajax.
Comments
Post a Comment