I've already looked SignalR - adding hubs at runtime, and the accepted answer doesn't provide an actual sample of the solution.
I'm looking to scale an application, a chat application that leverages the power of signalr hubs. Each hub is a chat room, and as users connect to my website, I'd like to dynamically add signalr hubs (so the application can scale). Is this at all possible? - Or is a another approach to have one single hub that can route traffic to different segments of users (simulating different chat "rooms")?