I developed a ASP.Net Web application with SignalR (WebSockets). I installed it on IIS on a Windows 10 Home Machine. Since SignalR uses an persistent connection between the server and the client I have the problem that only 3 connections can be handled with this setup.
What is the concurrent connection limit on IIS 8.5 on Windows 10 Pro or Windows 10 Enterprise?
Is there an other option to host this application at home, without having to install Windows Server?