Does SignalR Server run on .NET Compact Framework?
My question based on this anwsered request from 2013. Is it possible to run a SignalR Server in an Windows Compact 2013 Envionment with .Net Compact 3.9?
Solution
No, the compact framework does not support ASP.NET, for which SignalR is a library.