Push / HTTP Server Stream on Windows Mobile / Windows CE

I find that HTTP Streaming / Server Push is very promising for my project. Does anyone know how to implement this on Windows Mobile?

.NET / Native / other implementations are welcome. Preferably with a permit.

some links to HTTP chilling / server: - Push Technology
- HTTP / Server streaming
- Cross-browser implementation of the AJAX "HTTP Streaming" template - XEP-0124: Bidirectional streams over synchronous HTTP (BOSH)

I was thinking about using some Qt XMPP library ( QXmpp ) to do this work, but I'm not sure, and I also want to hear some opinions on this.

+3
source share
2 answers

It looks like you could use WebSync , a comet server for IIS / .NET. He got the full support of the frameworks.

+3
source

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

0
source

Source: https://habr.com/ru/post/1732183/


All Articles