开发者

Looking for a .NET COMET server solution available for use with non-browser-based clients [closed]

开发者 https://www.devze.com 2023-02-12 17:35 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_运维百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

I have been asked to implement a COMET server app that will be able to communicate with our customer's JAVA client app using standard COMET server "push" messaging (the client app will send an http request to our server and our server app will need to hold the connection open in order to "push" data to the client app). The customer has requested that the data received be formatted in a specific manner (not using JSON). We also need to be able to convert the data being sent to the client to big endian byte order prior to being sent.

I would like to implement the server app in .NET, but am having difficulty finding a .NET COMET server/library solution that will work for our needs. I've looked at most of the previously suggested .NET COMET solutions, but most of these either appear to be developed specifically for browser-based clients (using javascript) or else appear to be limited in the format of the data that the server can push to the client (WebSync).

Are suggestions? .


The WS-I group published something called "Reliable Secure Profile" that has a Glass Fish and .NET implementation that apparently inter-operate well.

With any luck there is a Javascript implementation out there as well.

There is also a Silverlight implementation that uses HTTP Duplex. You can connect javascript to the Silverlight object to get callbacks when a push occurs.

There are also commercial paid versions as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号