Home:ALL Converter>SignalR websocket on Owin self host

SignalR websocket on Owin self host

Ask Time:2015-09-18T17:32:56         Author:user2107373

Json Formatter

I was trying SignalR on Owin Self host. Everything works file but SignalR falls back to server send event instead of using WebSockets. I know IIS 7.5 (Windows 7) does not support websockets but since this is Owin Self host, I was under impression that it is not dependent on IIS and HTTP.sys and websockets should work.

Even Scott Hanselman commented on below link that with OWIN we can do WebSockets anywhere: https://aspnet.uservoice.com/forums/41199-general-asp-net/suggestions/3090811-websockets-support-in-asp-net-4-5-should-not-be-li

Does anyone how how to do true websockets with SignalR (or any other approach) and Owin running on Windows 7?

Author:user2107373,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32648645/signalr-websocket-on-owin-self-host
yy