I'm making a small web application with ASP.NET Core which implements SignalR. I've added SignalR v2 via NuGet, and everything works fine, but I cannot find the JS file of SignalR in the project repository.
Here are my project images:
Am I missing any thing?
SignalR 2.* doesn't work very well with ASP.NET core due to it using OWIN. I had it working at some point with V2 but it was just not well integrated with how ASP.NET core is now coded (split up)
If you are using RC1, I suggest using from ASP.NET Core "master" branch feed or if you are using RC2 try the Microsoft.AspNetCore.SignalR.Server : 0.1.0-rc2-* package from the aspnetcirelease feed