I am interested in using Azure Service Bus Notification Hubs. However, my first "client" will be a websocket based connection to a ASP.NET MVC site with Knockout. Currently, I'm trying out SignalR to push notification to the clients.
However, it looks like this would be much easier if I could use SB Notification Hubs. All of the examples are Windows or iOS.
Can you use Azure Service Bus Notification Hubs with WebSocket based HTML clients?