Samuel Goldenbaum
Samuel Goldenbaum

Reputation: 18909

Can a windows client connect to a ASP.Net hosted SignalR Server?

Can a windows client connect to a ASP.Net hosted SignalR Server? Are there any additional configuration steps that would need to be implemented?

Upvotes: 0

Views: 109

Answers (1)

penderi
penderi

Reputation: 9073

Absolutely - we have web and c# clients (Windows + Mono/OSX) that connect with signalR hsoted in AWS (enough buzzwords??).

You can use nuget to obtain .Net client (ASP.NET SignalR .Net client is the one for Windows)

For WebSockets you'll need Win8 on Windows clients, otherwise you'll be using LP/SSE (absoltuely fine in our experience).

Upvotes: 1

Related Questions