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


i have been asked implement comet server app able communicate our customer's java client app using standard comet server "push" messaging (the client app send http request our server , our server app need hold connection open in order "push" data client app). customer has requested data received formatted in specific manner (not using json). need able convert data being sent client big endian byte order prior being sent.

i implement server app in .net, having difficulty finding .net comet server/library solution work our needs. i've looked @ of suggested .net comet solutions, of these either appear developed browser-based clients (using javascript) or else appear limited in format of data server can push client (websync).

are suggestions? .

the ws-i group published called "reliable secure profile" has glass fish , .net implementation apparently inter-operate well.

with luck there javascript implementation out there well.

there silverlight implementation uses http duplex. can connect javascript silverlight object callbacks when push occurs.

there commercial paid versions well.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -