SharpSmith | Shared With: Everyone - Jul 15 2008 | comet, architecture, asp.net
Quoted: 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.
SharpSmith | Shared With: Everyone - Jul 15 2008 | comet, asp.net
SharpSmith | Shared With: Everyone - Jul 15 2008 | asp.net, comet
SharpSmith | Shared With: Everyone - Jan 24 2008 | ajax, programming, patterns, comet
SharpSmith | Shared With: Everyone - Jan 21 2008 | ajax, comet, javascript
Related Content from Around Faves
comet
-
1 FaverViewed: 8 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
- SharpSmith - Jul 15 20081 FaverViewed: 6 Times
- SharpSmith - Jul 15 20081 FaverViewed: 4 Times
asp.net
-
1 FaverViewed: 7 TimesQuoted: How do I use % Feature X% from ASP.NET in a WCF service? ASP.NET has an HTTP-centric application model with many great features specialized for web development in IIS. WCF is transport and host agnostic. Out of the box, WCF supports most of the features
- tsupo - Mar 20 20062 FaversViewed: 14 Times
- coreyh - Jan 23 20062 FaversViewed: 10 Times



