3

I have a current project running using APE that needs to work on C#/.NET... I was wondering if anyone had any suggestions for either a method of approaching Reverse AJAX/Comet on C#/.NET or any packages such as APE that are available.

EDIT

For clarification, APE doesn't work on Windows. Which is a restriction I have with the project.

Robert
  • 21,110
  • 9
  • 55
  • 65
  • possible duplicate of [Comet, Ajax Push, Reverse Ajax](http://stackoverflow.com/questions/2601893/comet-ajax-push-reverse-ajax) – bzlm Oct 14 '10 at 15:59

2 Answers2

4

I think that you asking for something like

http://www.frozenmountain.com/websync/

or

http://www.aaronlerch.com/blog/2007/07/08/creating-comet-applications-with-aspnet/

This is called comet technique and is a web application model in which a long-held HTTP request allows a web server to push data to a browser, without the browser explicitly requesting it.

Aristos
  • 66,005
  • 16
  • 114
  • 150
4

PokeIn comet ajax library works platform independent. ( Mono + .Net )

Zuuum
  • 1,495
  • 11
  • 18