I\'m participating in the ASP MVC project.
I want to use SignalR in the project but I don\'t want to use OWIN lib.
As I understand, SignalR is registered in
If you don't want the owin lib you can use SignalR 1.x.
protected void Application_Start() { RouteTable.Routes.MapHubs(); }