Comet (Push or Reverse Ajax) Supporthttp://forums.asp.net/t/1073944.aspx/1?Comet+Push+or+Reverse+Ajax+SupportTue, 13 Apr 2010 11:20:12 -040010739441573265http://forums.asp.net/p/1073944/1573265.aspx/1?Comet+Push+or+Reverse+Ajax+SupportComet (Push or Reverse Ajax) Support <p><a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">Wikipedia: Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. </a></p> <p><a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">It allows creation of event-driven web applications which are hosted in the browser.</a></p> <p><br> &nbsp;&nbsp;</p> <p>&nbsp;<br> &nbsp;</p> 2007-02-10T20:32:03-05:001594789http://forums.asp.net/p/1073944/1594789.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <blockquote><span class="icon-blockquote"></span> <h4>scorpion4000</h4> <p><a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">Wikipedia: Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. </a></p> <p><a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">It allows creation of event-driven web applications which are hosted in the browser.</a></p> <p><br> &nbsp;&nbsp;</p> <p><br> &nbsp;</p> <p></p> </blockquote> <p></p> <p>Can you suggest me how to use comet in asp.net?</p> <p>Thanks</p> 2007-02-26T09:30:48-05:001594793http://forums.asp.net/p/1073944/1594793.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>If you find any useful link or tutorial.&nbsp; Please let me know.</p> <p>&nbsp;</p> <p>Thanks</p> 2007-02-26T09:32:48-05:001604155http://forums.asp.net/p/1073944/1604155.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>i programmed a little webserver (with system.net.socket listening on port 8080) running in the global asp.net application which</p> <p>is able to handle &quot;long-live&quot; -xmlhttp-requests and support connection-keep-alive (for a better performance).</p> <p>on my site (mysite.com/chat/default.aspx) there is an iframe which opens (mysite.com:8080/connector.htm)</p> <p>the connector.htm starts a xmlhttprequest and when the server responses (Push) the data</p> <p>will be written into the cookies, because the default.aspx on port 80 can't access to the iframe on port 8080 (browser restriction)</p> <p>the script on default.aspx checks the cookies every 50ms for new data.</p> <p>my community chat is working fine with that solution.<br> </p> 2007-03-04T14:00:57-05:002522417http://forums.asp.net/p/1073944/2522417.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>&nbsp;Hi</p> <p>I am currently trying to get a reverse ajax server working. I can't find any tutorials or guides, could you perhaps run through the steps to creating the web service and calling it from the client script?</p> <p>I understand how to setup the web service, im just not sure how to keep the connection open indefinatly and then how to push the data back to the client?</p> <p>Any help is much appreciated.</p> <p>&nbsp;Regards</p> <p>Adrian<br> &nbsp;</p> 2008-07-29T15:21:38-04:003064988http://forums.asp.net/p/1073944/3064988.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>A COMET based ASP .net grid </p> <p><a href="http://www.codeproject.com/KB/aspnet/CometMultiClient.aspx">http://www.codeproject.com/KB/aspnet/CometMultiClient.aspx</a></p> 2009-04-05T23:15:19-04:003308932http://forums.asp.net/p/1073944/3308932.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p></p> You have a look at these: <br> http://biese.wordpress.com/2009/03/03/using-server-push-aka-reverse-ajax/ <br> <br> .net sample: <br> http://www.dotnetspider.com/resources/28131-Reverse-Ajax-Using-Hidden-IFrame.aspx 2009-07-23T04:31:14-04:003359923http://forums.asp.net/p/1073944/3359923.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>Use <a href="http://www.stream-hub.com/" title="StreamHub Comet Server" target="_self"> StreamHub Comet Server</a> - they have a decent .NET API so you can stream data from .NET and read it the other side using JavaScript code.</p> <p><br> </p> <p>Note: the features page says the .NET adapter isn't released - but it is - I've emailed them.</p> 2009-08-20T23:54:57-04:003537666http://forums.asp.net/p/1073944/3537666.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>Use WebSync, a standards-compliant Comet server for the Microsoft Stack (IIS/C#/ASP.NET/etc). Simple integration with IIS (just 2 web.config lines) and simple access to events (before publish, after subscribe, etc etc).</p> <p>There isn't a simpler or better Comet server for .NET users available.</p> 2009-11-28T22:57:24-05:003782087http://forums.asp.net/p/1073944/3782087.aspx/1?Re+Comet+Push+or+Reverse+Ajax+SupportRe: Comet (Push or Reverse Ajax) Support <p>Check <a title="PokeIn" href="http://pokein.codeplex.com">PokeIn</a> for powerfull .Net based DWR like comet support.<br> </p> <p><br> <br> </p> 2010-04-13T11:20:12-04:00