how to create a signalR hub proxy in javascript, having hubs in class library?
问题 currently, am working on chat application using signalR and agsxmpp library, I have seen many examples how to create a proxy of hub in javascript. however, my architecture is differ from these examples. I have class library and a web project(web forms) Hubs are written in class library, and java script exists in web project, I want to create proxy of hub(written in class library) in java script I have tried a lot. but couldn't find a solution. I have read owin(startup.cs) but still not a