comet
1 FaverShareViewed: 28 TimesQuoted: A chat application demonstrating a reusable API for COMET and ASP.NET (following on from a previous article).; Author: James Simpson; Section: ASP.NET; Chapter: Web Development
1 FaverShareViewed: 21 TimesQuoted: An article describing a scalable method of using persistent AJAX connections (A.K.A. COMET) with ASP.NET.; Author: James Simpson; Section: ASP.NET; Chapter: Web Development
1 FaverShareViewed: 9 TimesQuoted: nComet is a .NET implementation of the Comet (reverse-AJAX push) architecture. This server-side pipeline uses long-lived client-initiated HTTP connections to push messages to the client. Once the client receives a response, it immediately opens another HTTP request, which the server holds until a message is ready. This architecture allows the server to push dynamic html/xml/json/etc to the browser, rather than the browser polling the server. This project focuses on the .NET server-side architecture, initially providing a HttpListener implementation (for a custom host communicating with HTTP.SYS directly) and may eventually provide a ASP.NET implementation as well. The library will simplify the implementation of common message patterns such as pushing latest data as well as sync. Example code for multiple client-side javascript implementations will also be provided.
Related Content from Around Faves
ajax
-
Here’s an interesting problem I encountered recently. With a traditional ASP.NET web application each time a user requests a page from the server
1 FaverViewed: 52 Times - garraxxi - Aug 31 20073 FaversViewed: 63 Times
- garraxxi - Jun 03 20072 FaversViewed: 100 Times
asp.net
-
Here is an MSDN article on the ASP.NET MVC framework from March.
1 FaverViewed: 6 TimesQuoted: ... a controller can be instantiated directly, and action methods called, without any additional infrastructure. You don't need an HTTP context, and you don't need a server, just a test harness.
...
the ASP.NET MVC Framework offers Web developers a new way to build Web applications in the Microsoft .NET Framework. The Framework is designed for testability, embraces HTTP instead of trying to abstract it away, and is extensible at just about every point. - jubith - Dec 07 20071 FaverViewed: 10 Times
- SharpSmith - Jul 15 20081 FaverViewed: 28 Times
