views:

228

answers:

2

Hi,

I find that HTTP Streaming / Server Push is quite promising for my project. Does someone have any clue on how to implement this in Windows Mobile?

.NET / Native / other implementations are welcomed. Preferably with permissive license.

some links on HTTP Steaming / Server Push:
- Push Technology
- Streaming HTTP / Server Push
- Cross-browser implementation of “HTTP Streaming” (push) AJAX pattern
- XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH)

I was thinking of using some Qt XMPP library (QXmpp) to do the job, but I'm not sure if it's up for the task and I also want to hear some opinions on this.

A: 

Hi,

You might consider Nirvana (http://www.my-channels.com/). It supports lots of Enterprise, Web and Mobile platforms including dot Net CF.

Regards,

P

Paul Brant
+2  A: 

Sounds like you could use WebSync, a comet server for IIS/.NET. It's got full compact framework support.

jvenema